chore: update config

This commit is contained in:
river
2024-09-24 21:03:10 +08:00
parent 7151c0134a
commit a2e9e78457
2 changed files with 7 additions and 2 deletions

View File

@@ -15,6 +15,7 @@
"app:build": "yarn mask && yarn tauri build",
"ios:init": "yarn tauri ios init",
"ios:dev": "concurrently -r \"yarn mask:watch\" \"yarn tauri ios dev\"",
"ios:build": "yarn mask && yarn tauri ios build",
"prompts": "node ./scripts/fetch-prompts.mjs",
"prepare": "husky install",
"proxy-dev": "sh ./scripts/init-proxy.sh && proxychains -f ./scripts/proxychains.conf yarn dev"