mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-20 04:30:17 +09:00
fixup
This commit is contained in:
parent
2388f853c9
commit
60c7be31b6
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user