FIx for deploying application.

This commit is contained in:
yuanhau 2025-05-10 06:38:13 +08:00
parent f17aea24cd
commit 4aab557523
3 changed files with 15 additions and 3 deletions

View file

@ -108,4 +108,7 @@ export default defineNuxtConfig({
*/
componentDir: "./components/ui",
},
nitro: {
preset: "bun" // This is dumb.
}
});