mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 12:34:22 +08:00
+1
-7
@@ -11,17 +11,11 @@ export default defineConfig({
|
||||
},
|
||||
optimizeDeps: {
|
||||
// Avoid scanning legacy `old-ss` entries under project root.
|
||||
entries: ["index.html", "settings-window.html"],
|
||||
entries: ["index.html"],
|
||||
},
|
||||
build: {
|
||||
outDir: "dist",
|
||||
emptyOutDir: true,
|
||||
rollupOptions: {
|
||||
input: {
|
||||
main: resolve(__dirname, "index.html"),
|
||||
"settings-window": resolve(__dirname, "settings-window.html"),
|
||||
},
|
||||
},
|
||||
},
|
||||
server: {
|
||||
host: process.env.TAURI_DEV_HOST || false,
|
||||
|
||||
Reference in New Issue
Block a user