feat(dashboard): change dist folder, enable source maps

This commit is contained in:
spiral 2022-05-16 23:14:06 -04:00
parent 8fa371bcc8
commit 10eae70a18
No known key found for this signature in database
GPG Key ID: 244A11E4B0BCF40E

View File

@ -7,12 +7,7 @@ export default defineConfig({
plugins: [svelte()], plugins: [svelte()],
optimizeDeps: { exclude: ["svelte-navigator"] }, optimizeDeps: { exclude: ["svelte-navigator"] },
build: { build: {
rollupOptions: { outDir: "dist",
input: { sourcemap: true,
main: 'index.html',
404: '404.html'
},
},
outDir: "docs"
} }
}) })