mirror of
https://github.com/versia-pub/frontend.git
synced 2026-06-14 07:29:15 +02:00
refactor(build): 🐛 Build standalone Bun Nitro server again instead of purely static files
This commit is contained in:
parent
1852eed3aa
commit
959f87825b
2 changed files with 2 additions and 4 deletions
|
|
@ -22,7 +22,7 @@ export default defineNuxtConfig({
|
|||
},
|
||||
},
|
||||
nitro: {
|
||||
preset: "static",
|
||||
preset: "bun",
|
||||
minify: true,
|
||||
prerender: {
|
||||
failOnError: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue