Skip to content

Commit e15d721

Browse files
colecrouterLeftium
andcommitted
fix: vault demo readme instructions
Co-Authored-By: Leftium <[email protected]>
1 parent 4d9c3af commit e15d721

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/vault-demo/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Quick start (Bun)
1414
- Prerequisite: Bun installed.
1515
- From repo root:
1616

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+
```
2121

2222
- Open http://localhost:5173
2323
- 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

Comments
 (0)