📝 更新文档

This commit is contained in:
Tw93
2022-10-16 11:51:26 +08:00
parent eea9b8553b
commit 182a647c94

View File

@@ -1,5 +1,14 @@
{
"name": "pake",
"description": "用 Rust 来打包你的 App底层使用 Tauri当前支持微信读书、Flomo、Vercel",
"repository": {
"type": "git",
"url": "https://github.com/tw93/pake.git"
},
"author": {
"name": "Tw93",
"email": "tw93@qq.com"
},
"scripts": {
"dev": "TAURI_SKIP_DEVSERVER_CHECK=true npm run tauri dev",
"build": "TAURI_SKIP_DEVSERVER_CHECK=true npm run tauri build -- --target universal-apple-darwin",