mirror of
https://github.com/saltbo/zpan.git
synced 2026-08-30 17:50:07 +08:00
b73d7a0a0b
createNodePlatform now invokes drizzle-orm's better-sqlite3 migrator against the configured migrations folder (defaults to ./migrations, overridable via MIGRATIONS_DIR). Removes the operational burden of manually running drizzle-kit against a Docker volume — the Node runtime image no longer needs drizzle-kit (a devDependency) at all. Tests are unaffected: server/test/setup.ts builds an in-memory SQLite with hand-written DDL and never touches createNodePlatform. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>