chore: build

This commit is contained in:
lencx
2022-12-07 20:02:31 +08:00
parent 6fe765dafa
commit 65442f4489
13 changed files with 87 additions and 38 deletions

View File

@@ -1,8 +1,6 @@
{
"name": "chatgpt",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "yarn tauri dev",
"build": "yarn tauri build",
@@ -11,8 +9,17 @@
"tr": "tr",
"tauri": "tauri"
},
"license": "MIT",
"author": "lencx <cxin1314@gmail.com>",
"keywords": ["chatgpt", "app", "desktop", "tauri", "macos", "linux", "windows"],
"homepage": "https://github.com/lencx/ChatGPT",
"bugs": "https://github.com/lencx/ChatGPT/issues",
"repository": {
"type": "git",
"url": "https://github.com/lencx/ChatGPT"
},
"devDependencies": {
"@tauri-apps/cli": "^1.2.1",
"@tauri-release/cli": "^0.2.0"
"@tauri-release/cli": "^0.2.1"
}
}