mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-09-25 13:49:18 +08:00
fix: tauri auto updater url
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"license": "mit",
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"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",
|
||||
|
Reference in New Issue
Block a user