Yidadaa 2 years ago
parent 2388f853c9
commit 60c7be31b6

@ -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",

Loading…
Cancel
Save