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 1c4f427
Show file tree
Hide file tree
Showing 2 changed files with 6 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": "pnpm@9.0.0",
"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
4 changes: 4 additions & 0 deletions zbpack.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"build_command": "pnpm build && pnpm build:app",
"start_command": "pnpm run start"
}

0 comments on commit 1c4f427

Please sign in to comment.