Skip to content

Commit

Permalink
🧱 Use test database for local development
Browse files Browse the repository at this point in the history
  • Loading branch information
homostellaris committed Nov 3, 2024
1 parent 7b9b4be commit 8b4ae18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class DexieStarfocus extends Dexie {
todos: '@id, createdAt, completedAt, starRole, title',
})
this.cloud.configure({
databaseUrl: 'https://zy0myinc2.dexie.cloud',
databaseUrl: 'https://z0vnq74nz.dexie.cloud',
requireAuth: false,
})
}
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/spec.cy.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
before(() => {
indexedDB.deleteDatabase('starfocus-zy0myinc2')
indexedDB.deleteDatabase('starfocus-z0vnq74nz')
})

it('works', () => {
Expand Down

0 comments on commit 8b4ae18

Please sign in to comment.