-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,6 +66,7 @@ export default defineConfig({ | |
}, | ||
}, | ||
], | ||
toolCurations: [], | ||
}); | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ Now that the holochain app works outside Moss, let's add some Weave/Moss specifi | |
The Weave dev CLI will allow you to run yor Tool in a sandboxed instance of Moss with hot-reloading. Install it as a dev dependency: | ||
|
||
```bash | ||
npm install -d @theweave/[email protected]gamma.5 | ||
npm install -d @theweave/[email protected]epsilon.1 | ||
``` | ||
|
||
### Weave Client | ||
|
@@ -19,5 +19,5 @@ npm install -d @theweave/[email protected] | |
The Weave API npm package will allow your Tool's frontend to interact with Moss using the `WeaveClient` class. Install it into the workspace of your frontend code: | ||
|
||
```bash | ||
npm install -w ui @theweave/api@0.2.1 | ||
npm install -w ui @theweave/api@0.4.0-alpha.0 | ||
``` |