Release version 1.2 with Supernode user window
Build Windows Portable Package / portable (release) Successful in 9m52s

This commit is contained in:
2026-09-02 04:45:39 +08:00
parent 2bbd370e02
commit ba914125f2
17 changed files with 1074 additions and 79 deletions
+8
View File
@@ -4,6 +4,14 @@ import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
clearScreen: false,
build: {
rollupOptions: {
input: {
main: 'index.html',
supernodeUsers: 'supernode-users.html',
},
},
},
server: {
strictPort: true,
},