Skip to content

Commit c4376ae

Browse files
docs: command tweaks and clarify reset instructions
1 parent 62e91cd commit c4376ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/e2ee-chat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Run the frontend at the printed URL once the dev server starts.
4343
3. Copy `infra/powersync/sync_rules.yaml` into your PowerSync dashboard so the client can sync the encrypted tables.
4444
4. Populate `frontend/.env.local` with the Supabase URL and anon key from the dashboard (see Quickstart above).
4545

46-
If you ever need a fresh database during development, run `pnpm --filter @app/chat-e2ee supabase:reset` to drop and reapply the schema locally. To repair discrepancies between your migrations and the remote database, use the Supabase CLI’s `migration repair` command as documented by Supabase.
46+
If you ever need a fresh database during development, run `pnpm --filter @app/chat-e2ee migrate:reset` to drop and reapply the schema locally. To repair discrepancies between your migrations and the remote database, use the Supabase CLI’s `migration repair` command as documented by Supabase.
4747

4848
## Encryption & privacy model
4949

packages/e2ee-chat/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test:e2e": "playwright test"
2424
},
2525
"dependencies": {
26-
"@crypto/sqlite": "workspace:*",
26+
"@crypto/sqlite": "workspace:*",
2727
"@crypto/interface": "workspace:*",
2828
"@crypto/password": "workspace:*",
2929
"@crypto/webauthn": "workspace:*",

0 commit comments

Comments
 (0)