vite build

This commit is contained in:
elilchen
2023-02-16 22:18:27 +08:00
parent 388ae586ec
commit 85150127bb
14 changed files with 77 additions and 10322 deletions

8
ui/html/vite.config.js Normal file
View File

@@ -0,0 +1,8 @@
import { defineConfig } from 'vite';
export default defineConfig({
server: {
port: '5177',
strictPort: true
}
});