mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-28 12:11:53 +01:00
Fix plugin runtime
This commit is contained in:
11
package.json
11
package.json
@@ -7,12 +7,13 @@
|
||||
"url": "git+https://github.com/yaakapp/app.git"
|
||||
},
|
||||
"workspaces": [
|
||||
"src-tauri/yaak_plugin_runtime",
|
||||
"src-tauri/yaak_models",
|
||||
"src-tauri/yaak_templates",
|
||||
"src-web",
|
||||
"plugin-runtime",
|
||||
"plugin-runtime-types"
|
||||
"plugin-runtime-types",
|
||||
"src-tauri/yaak_models",
|
||||
"src-tauri/yaak_plugin_runtime",
|
||||
"src-tauri/yaak_sync",
|
||||
"src-tauri/yaak_templates",
|
||||
"src-web"
|
||||
],
|
||||
"scripts": {
|
||||
"app-build": "tauri build",
|
||||
|
||||
Reference in New Issue
Block a user