mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-09 22:31:10 +00:00
updated the package.json to fix the circular dependencies issue. also updated the Changelog.md file to include dependency installation
This commit is contained in:
parent
6db8deb09b
commit
2843e0cf4e
2 changed files with 5 additions and 1 deletions
|
|
@ -4,6 +4,11 @@
|
|||
|
||||
To test changes, run these commands in separate terminals:
|
||||
|
||||
**Terminal 1** - Install the required dependencies:
|
||||
```bash
|
||||
bun install
|
||||
```
|
||||
|
||||
**Terminal 1** - Build memory-graph in watch mode:
|
||||
```bash
|
||||
cd packages/memory-graph && bun run dev
|
||||
|
|
|
|||
|
|
@ -62,7 +62,6 @@
|
|||
"@emotion/is-prop-valid": "^1.4.0",
|
||||
"@radix-ui/react-collapsible": "^1.1.12",
|
||||
"@radix-ui/react-slot": "^1.2.4",
|
||||
"@supermemory/memory-graph": "^0.1.7",
|
||||
"@vanilla-extract/css": "^1.17.4",
|
||||
"@vanilla-extract/recipes": "^0.5.7",
|
||||
"@vanilla-extract/sprinkles": "^1.6.5",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue