Release version 1.2 with Supernode user window
Build Windows Portable Package / portable (release) Successful in 9m52s
Build Windows Portable Package / portable (release) Successful in 9m52s
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user