This commit is contained in:
Yidadaa 2023-06-30 02:05:17 +08:00
parent 2388f853c9
commit 60c7be31b6

View File

@ -7,8 +7,8 @@
"build": "cross-env BUILD_MODE=standalone next build", "build": "cross-env BUILD_MODE=standalone next build",
"start": "next start", "start": "next start",
"lint": "next lint", "lint": "next lint",
"export": "cross-env BUILD_MODE=export BUILD_APP=1 yarn build", "export": "cross-env BUILD_MODE=export BUILD_APP=1 next build",
"export:dev": "cross-env BUILD_MODE=export BUILD_APP=1 yarn dev", "export:dev": "cross-env BUILD_MODE=export BUILD_APP=1 next dev",
"app:dev": "yarn tauri dev", "app:dev": "yarn tauri dev",
"app:build": "yarn tauri build", "app:build": "yarn tauri build",
"prompts": "node ./scripts/fetch-prompts.mjs", "prompts": "node ./scripts/fetch-prompts.mjs",