Skip to content

Commit

Permalink
Working
Browse files Browse the repository at this point in the history
  • Loading branch information
sammynave committed Dec 28, 2023
1 parent 8f93ea6 commit 62c6d2a
Show file tree
Hide file tree
Showing 16 changed files with 860 additions and 26 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ node_modules
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
test-results
sync-dbs/**.*
!sync-dbs/.keep
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@testcontainers/postgresql": "^10.4.0",
"@types/better-sqlite3": "^7.6.8",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
Expand Down Expand Up @@ -62,6 +63,9 @@
"type": "module",
"dependencies": {
"@lucia-auth/adapter-postgresql": "^2.0.2",
"@vlcn.io/crsqlite": "^0.16.1",
"@vlcn.io/crsqlite-wasm": "^0.16.0",
"better-sqlite3": "^9.2.2",
"bits-ui": "^0.11.8",
"clsx": "^2.0.0",
"drizzle-orm": "^0.29.1",
Expand Down
Loading

0 comments on commit 62c6d2a

Please sign in to comment.