This commit is contained in:
Niels Lyngsø
2022-05-23 15:37:47 +02:00

View File

@@ -1,4 +1,8 @@
import { defineConfig } from 'vite';
// https://vitejs.dev/config/
export default defineConfig({});
export default defineConfig({
build: {
sourcemap: true,
},
});