fix readme and lock

refactor
Niko PLP 17 hours ago
parent 8a5c97c0f4
commit 12282423c7
  1. 1
      app/nextgraph/README.md
  2. 6
      pnpm-lock.yaml

@ -9,7 +9,6 @@ The native apps are using the Tauri framework with an embedded WebView to render
```
npm install -g pnpm
pnpm install
pnpm install @tauri-apps/cli
```
## Recommended IDE Setup

@ -877,9 +877,6 @@ importers:
'@ng-org/alien-deepsignals':
specifier: workspace:*
version: link:../alien-deepsignals
'@ng-org/lib-wasm':
specifier: workspace:*
version: link:../lib-wasm/pkg
'@ng-org/shex-orm':
specifier: workspace:*
version: link:../shex-orm
@ -920,6 +917,9 @@ importers:
specifier: 3.5.19
version: 3.5.19(typescript@5.9.2)
devDependencies:
'@ng-org/lib-wasm':
specifier: workspace:*
version: link:../lib-wasm/pkg
'@playwright/test':
specifier: ^1.55.0
version: 1.55.0

Loading…
Cancel
Save