Новые правки
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' }),
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
"devDependencies": {
|
||||
"@astrojs/check": "^0.9.8",
|
||||
"@types/nodemailer": "^6.4.16",
|
||||
"terser": "^5.46.1",
|
||||
"typescript": "^6.0.2"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue