Новые правки
This commit is contained in:
parent
364c4e8c9c
commit
eb5ce90de6
3 changed files with 18 additions and 0 deletions
|
|
@ -17,6 +17,10 @@ export default defineConfig({
|
|||
})],
|
||||
vite: {
|
||||
plugins: [tailwindcss()],
|
||||
build: {
|
||||
minify: 'terser',
|
||||
cssMinify: true,
|
||||
},
|
||||
},
|
||||
output: 'server',
|
||||
adapter: node({ mode: 'standalone' }),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue