computersandblues.hitomezashi/vite.config.ts
2024-07-18 21:46:13 +02:00

5 lines
54 B
TypeScript

export default {
build: {
sourcemap: true
}
}