feat(dashboard): change dist folder, enable source maps
This commit is contained in:
		@@ -7,12 +7,7 @@ export default defineConfig({
 | 
			
		||||
  plugins: [svelte()],
 | 
			
		||||
  optimizeDeps: { exclude: ["svelte-navigator"] },
 | 
			
		||||
  build: {
 | 
			
		||||
    rollupOptions: {
 | 
			
		||||
      input: {
 | 
			
		||||
        main: 'index.html',
 | 
			
		||||
        404: '404.html'
 | 
			
		||||
      },
 | 
			
		||||
    },
 | 
			
		||||
    outDir: "docs"
 | 
			
		||||
    outDir: "dist",
 | 
			
		||||
    sourcemap: true,
 | 
			
		||||
  }
 | 
			
		||||
})
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user