mirror of
https://github.com/infinilabs/coco-app.git
synced 2025-12-16 11:37:47 +01:00
add macOSPrivateApi config & README (#3)
* chore: add Footer * feat: add winfow webview * chore: add macOSPrivateApi config
This commit is contained in:
@@ -23,10 +23,12 @@ At COCO AI, we aim to streamline workplace collaboration by centralizing access
|
||||
|
||||
### Initial Setup
|
||||
|
||||
**This version of pnpm requires at least Node.js v18.12**
|
||||
|
||||
To set up the Coco App for development:
|
||||
|
||||
```bash
|
||||
cd coco
|
||||
cd coco-app
|
||||
pnpm install
|
||||
pnpm tauri dev
|
||||
```
|
||||
|
||||
@@ -18,7 +18,7 @@ crate-type = ["staticlib", "cdylib", "rlib"]
|
||||
tauri-build = { version = "2.0.0", features = [] }
|
||||
|
||||
[dependencies]
|
||||
tauri = { version = "2.0.0", features = [] }
|
||||
tauri = { version = "2.0.0", features = ["macos-private-api"] }
|
||||
tauri-plugin-shell = "2.0.0"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
"frontendDist": "../dist"
|
||||
},
|
||||
"app": {
|
||||
"macOSPrivateApi": true,
|
||||
"windows": [
|
||||
{
|
||||
"title": "Coco AI",
|
||||
|
||||
Reference in New Issue
Block a user