mirror of
https://github.com/NeuralNomadsAI/CodeNomad.git
synced 2026-07-10 00:14:27 +00:00
fix(tauri): remove Windows-only CLI dependency
This commit is contained in:
parent
f77fb1562e
commit
d836d2e62d
2 changed files with 3 additions and 4 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -3314,6 +3314,7 @@
|
|||
],
|
||||
"dev": true,
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"optional": true,
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
|
|
@ -12082,8 +12083,7 @@
|
|||
"version": "0.12.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tauri-apps/cli": "^2.9.4",
|
||||
"@tauri-apps/cli-win32-x64-msvc": "^2.9.4"
|
||||
"@tauri-apps/cli": "^2.9.4"
|
||||
}
|
||||
},
|
||||
"packages/ui": {
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@
|
|||
"build": "tauri build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tauri-apps/cli": "^2.9.4",
|
||||
"@tauri-apps/cli-win32-x64-msvc": "^2.9.4"
|
||||
"@tauri-apps/cli": "^2.9.4"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue