This commit is contained in:
Yidadaa 2023-06-14 00:46:52 +08:00
parent 50cd33dbb2
commit 2a191aacb7

View File

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