mirror of
https://github.com/infinilabs/coco-app.git
synced 2025-12-16 19:47:43 +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
|
### Initial Setup
|
||||||
|
|
||||||
|
**This version of pnpm requires at least Node.js v18.12**
|
||||||
|
|
||||||
To set up the Coco App for development:
|
To set up the Coco App for development:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd coco
|
cd coco-app
|
||||||
pnpm install
|
pnpm install
|
||||||
pnpm tauri dev
|
pnpm tauri dev
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ crate-type = ["staticlib", "cdylib", "rlib"]
|
|||||||
tauri-build = { version = "2.0.0", features = [] }
|
tauri-build = { version = "2.0.0", features = [] }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tauri = { version = "2.0.0", features = [] }
|
tauri = { version = "2.0.0", features = ["macos-private-api"] }
|
||||||
tauri-plugin-shell = "2.0.0"
|
tauri-plugin-shell = "2.0.0"
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
"frontendDist": "../dist"
|
"frontendDist": "../dist"
|
||||||
},
|
},
|
||||||
"app": {
|
"app": {
|
||||||
|
"macOSPrivateApi": true,
|
||||||
"windows": [
|
"windows": [
|
||||||
{
|
{
|
||||||
"title": "Coco AI",
|
"title": "Coco AI",
|
||||||
|
|||||||
Reference in New Issue
Block a user