You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/vault-demo/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,10 @@ Quick start (Bun)
14
14
- Prerequisite: Bun installed.
15
15
- From repo root:
16
16
17
-
```
18
-
bun install
19
-
bun run dev -w apps/vault-demo
20
-
```
17
+
```sh
18
+
bun install
19
+
bun run dev --filter=vault-demo
20
+
```
21
21
22
22
- Open http://localhost:5173
23
23
- Note: The demo uses an in-memory DB with a vault singleton at [apps/vault-demo/src/lib/vault/singleton.ts](apps/vault-demo/src/lib/vault/singleton.ts) so data persists across routes during a single browser session.
0 commit comments