You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: update CI to Node 22, enable corepack, and fix lockfile (#60)
* chore: update CI to Node 22, enable corepack, and fix lockfile
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* chore: migrate to Yarn v4 lockfile and add Node 24 to CI
The CI was using `corepack prepare yarn@stable` which installs Yarn v4,
but the lockfile was in Yarn v1 format causing "lockfile would have been
modified" errors. Regenerate the lockfile in v4 format with node-modules
linker.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* chore: add explicit entities to mikro-orm config
MikroORM v7 requires explicit entity registration. Import all
EntitySchema definitions into the config.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* chore: mark BaseEntity schema as abstract
Prevents 'Duplicate table names' error since BaseEntity is not a
concrete entity and should not have its own table.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* chore: migrate entities to defineEntity with setClass
Replace EntitySchema definitions with the defineEntity + property
builder API. Use setClass to register custom classes with constructors.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments