Skip to content

Commit

Permalink
chore: deploy to zeabur
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson86tw committed Sep 4, 2024
1 parent 6902e5e commit e232085
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@
"homepage": "https://github.com/vu3th/vue-dapp#readme",
"author": "Johnson Chen <https://twitter.com/johnson86tw>",
"license": "MIT",
"packageManager": "[email protected]",
"scripts": {
"dev": "pnpm -F app dev",
"build": "pnpm -F core build && pnpm -F modal build && pnpm -F nuxt build && pnpm -F walletconnect build && pnpm -F coinbase build",
"build:app": "pnpm -F app build",
"start": "node app/.output/server/index.mjs",
"format": "prettier --write \"**/*.{vue,ts,js,json}\"",
"publish": "pnpm lerna publish --no-private --force-publish",
"prepare": "husky install",
Expand Down
5 changes: 5 additions & 0 deletions zbpack.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"build_command": "pnpm build && pnpm build:app",
"start_command": "pnpm run start",
"app_dir": "/"
}

0 comments on commit e232085

Please sign in to comment.