mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 23:56:39 +08:00
41 lines
786 B
JSON
41 lines
786 B
JSON
{
|
|
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
|
|
"productName": "NextChat",
|
|
"identifier": "NextChat.template.dev",
|
|
"version": "0.1.0",
|
|
"build": {
|
|
"beforeBuildCommand": "yarn export",
|
|
"beforeDevCommand": "yarn export:dev",
|
|
"devUrl": "http://localhost:3000",
|
|
"frontendDist": "../out"
|
|
},
|
|
"plugins": {},
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "quantum",
|
|
"width": 800,
|
|
"height": 600
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
},
|
|
"withGlobalTauri": false
|
|
},
|
|
"bundle": {
|
|
"macOS": {
|
|
"signingIdentity": "-"
|
|
},
|
|
"active": true,
|
|
"targets": "all",
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
]
|
|
}
|
|
}
|