Commit Graph

32 Commits

Author SHA1 Message Date
jason 1b0982d523 Merge pull request 'fix: correct PrismaLibSQL -> PrismaLibSql export name' (#5) from claude/reverent-proskuriakova into master
Reviewed-on: #5
2026-03-13 00:14:35 -05:00
jason e7560bedff fix: correct PrismaLibSQL -> PrismaLibSql export name
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-13 00:14:12 -05:00
jason 109a30699a Merge pull request 'fix: exclude libsql packages from webpack bundling' (#4) from claude/reverent-proskuriakova into master
Reviewed-on: #4
2026-03-13 00:01:42 -05:00
jason aeee0fb598 fix: exclude libsql packages from webpack bundling
@libsql/client and libsql contain native bindings and non-JS assets
(README.md, LICENSE) that webpack cannot parse. Mark them as server
external packages so Next.js requires them at runtime instead.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-13 00:01:06 -05:00
jason e51311eb0c Merge pull request 'chore: update package-lock.json for libsql adapter dependencies' (#3) from claude/reverent-proskuriakova into master
Reviewed-on: #3
2026-03-12 23:55:44 -05:00
jason a692b99d31 chore: update package-lock.json for libsql adapter dependencies
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-12 23:53:33 -05:00
jason fbbd67fbc6 Merge pull request 'fix: migrate to Prisma 7 driver adapter (libsql) for SQLite' (#2) from claude/reverent-proskuriakova into master
Reviewed-on: #2
2026-03-12 23:51:13 -05:00
jason fcc04915c2 fix: migrate to Prisma 7 driver adapter (libsql) for SQLite
Prisma 7 removed support for `url` in schema.prisma datasources and the
`engineType = "library"` native binary engine. All connections now go
through a driver adapter.

- Remove engineType and url from schema.prisma (no longer supported)
- Configure prisma.config.ts with migrate.adapter using @libsql/client
- Instantiate PrismaClient with PrismaLibSQL adapter in src/lib/prisma.ts
- Add @libsql/client and @prisma/adapter-libsql dependencies
- Remove PRISMA_CLIENT_ENGINE_TYPE from Dockerfile (obsolete)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-12 23:49:58 -05:00
jason bfb7cd98c8 Merge pull request 'fix: restore DATABASE_URL in schema.prisma for Prisma 7 runtime client' (#1) from claude/reverent-proskuriakova into master
Reviewed-on: #1
2026-03-12 23:46:49 -05:00
jason 042c45d9dd fix: restore DATABASE_URL in schema.prisma for Prisma 7 runtime client
Prisma 7's prisma.config.ts only configures the CLI, not the runtime
PrismaClient. Without url in the datasource block, the generated client
defaults to engineType "client" (WASM) which requires an adapter,
causing next-auth adapter errors on OAuth callback.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-12 23:46:01 -05:00
jason 3b743d81d4 docker 2026-03-12 23:34:19 -05:00
jason e6f4f6c092 auth drive 2026-03-12 23:29:00 -05:00
jason 8b4a18e29d auth fix 2026-03-12 23:20:49 -05:00
jason f5a1361fd3 ignore 2026-03-12 23:09:48 -05:00
jason 0e50256844 login 2026-03-12 23:05:28 -05:00
jason 2827d00941 env2 2026-03-12 22:59:53 -05:00
jason f0a2f081a7 env 2026-03-12 22:58:27 -05:00
jason 286ac00361 database 2026-03-12 22:53:56 -05:00
jason cbbaf747bf maybe? 2026-03-12 20:30:36 -05:00
jason 13f53badc3 again? 2026-03-12 20:27:11 -05:00
jason e007d54fb3 claude ftw 2026-03-12 20:13:55 -05:00
jason 0801592eb9 more proxy 2026-03-12 20:11:08 -05:00
jason f5e3a1e870 no turbo again 2026-03-12 20:02:25 -05:00
jason 1d7c564c4a no turbo 2026-03-12 19:59:59 -05:00
jason 7886d60827 more 2026-03-12 19:49:59 -05:00
jason ebc0c61da4 routes fix 2026-03-12 19:47:28 -05:00
jason 6b0190de81 more fixes 2026-03-12 19:18:01 -05:00
jason 5de0f52af7 prisma fixes 2026-03-12 19:15:56 -05:00
jason 7d7c34bcb1 docker fixes 2026-03-12 19:12:44 -05:00
jason ce5eb2343d docker update 2026-03-12 19:00:31 -05:00
jason 2743b6ddf1 prisma fix 2026-03-12 17:30:36 -05:00
jason 4982e5392e initial commit 2026-03-12 17:09:22 -05:00