mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat(dashboard): change dist folder, enable source maps
This commit is contained in:
parent
8fa371bcc8
commit
10eae70a18
1 changed files with 2 additions and 7 deletions
|
|
@ -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"
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue