Skip to content

Commit

Permalink
chore: update zbpack.json configuration for build process and output …
Browse files Browse the repository at this point in the history
…directory
  • Loading branch information
ikxin committed Nov 27, 2024
1 parent 6d6a9a5 commit 976444e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions zbpack.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"build_command": "npx nuxi build --prerender=true --preset=node-server",
"output_dir": ".output/public"
"cache_dependencies": false,
"build_command": "pnpm run generate",
"output_dir": "dist",
"ignore_dockerfile": true,
"serverless": false
}

0 comments on commit 976444e

Please sign in to comment.