source mapping

This commit is contained in:
legop3
2026-06-28 15:45:10 -04:00
parent 4ee4f7d06e
commit 622724224a
7 changed files with 7 additions and 0 deletions
+1
View File
@@ -21,5 +21,6 @@ export default defineConfig({
build: {
outDir: '../server/public',
emptyOutDir: true,
sourcemap: true,
},
})