refactor(build): 🐛 Build standalone Bun Nitro server again instead of purely static files

This commit is contained in:
Jesse Wierzbinski 2024-04-22 09:55:03 -10:00
parent 1852eed3aa
commit 959f87825b
No known key found for this signature in database
2 changed files with 2 additions and 4 deletions

View file

@ -22,7 +22,7 @@ export default defineNuxtConfig({
},
},
nitro: {
preset: "static",
preset: "bun",
minify: true,
prerender: {
failOnError: true,