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