chore(desktop): disable sourcemap

This commit is contained in:
Adam
2025-12-29 21:13:01 -06:00
parent 95ef0c9187
commit 0c61e81f29
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -10,6 +10,6 @@ export default defineConfig({
},
build: {
target: "esnext",
sourcemap: true,
// sourcemap: true,
},
})