mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 12:34:22 +08:00
fix(frontend): stabilize tauri listeners and logging payloads
This commit is contained in:
@@ -9,6 +9,10 @@ export default defineConfig({
|
||||
"@": resolve(__dirname, "src"),
|
||||
},
|
||||
},
|
||||
optimizeDeps: {
|
||||
// Avoid scanning legacy `old-ss` entries under project root.
|
||||
entries: ["index.html"],
|
||||
},
|
||||
build: {
|
||||
outDir: "dist",
|
||||
emptyOutDir: true,
|
||||
|
||||
Reference in New Issue
Block a user