Fix plugin runtime

This commit is contained in:
Gregory Schier
2024-09-23 07:46:32 -07:00
parent 9bb1e1232f
commit c938b62d35
6 changed files with 10 additions and 34 deletions

View File

@@ -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",