feat: add app dev mode

This commit is contained in:
Yidadaa
2023-06-15 01:48:56 +08:00
parent 184a0b9481
commit 80d5bfd7c0
3 changed files with 11 additions and 4 deletions

View File

@@ -8,6 +8,8 @@
"start": "next start",
"lint": "next lint",
"export": "BUILD_MODE=export yarn build",
"export:dev": "BUILD_MODE=export yarn dev",
"app:dev": "yarn tauri dev",
"prompts": "node ./scripts/fetch-prompts.mjs",
"prepare": "husky install",
"proxy-dev": "sh ./scripts/init-proxy.sh && proxychains -f ./scripts/proxychains.conf yarn dev"