generated from Tahul/vue-composable-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6902e5e
commit e232085
Showing
2 changed files
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "/" | ||
} |