1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 05:09:43 +02:00

chore: Bump vite to version 6

This commit is contained in:
Maksim Eltyshev 2025-05-10 21:45:31 +02:00
parent fa02d96a2e
commit dd8cd2f4fd
3 changed files with 240 additions and 137 deletions

View file

@ -21,13 +21,6 @@ export default defineConfig({
'source-map-js': 'source-map',
},
},
css: {
preprocessorOptions: {
scss: {
api: 'modern-compiler',
},
},
},
server: {
port: 3000,
open: true,