Новые правки

This commit is contained in:
Web-serfer 2026-04-15 23:23:23 +05:00
parent 364c4e8c9c
commit eb5ce90de6
3 changed files with 18 additions and 0 deletions

View file

@ -17,6 +17,10 @@ export default defineConfig({
})],
vite: {
plugins: [tailwindcss()],
build: {
minify: 'terser',
cssMinify: true,
},
},
output: 'server',
adapter: node({ mode: 'standalone' }),