mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2026-04-15 14:37:36 +00:00
vite build
This commit is contained in:
8
ui/html/vite.config.js
Normal file
8
ui/html/vite.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { defineConfig } from 'vite';
|
||||
|
||||
export default defineConfig({
|
||||
server: {
|
||||
port: '5177',
|
||||
strictPort: true
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user