Commit Graph

6 Commits

Author SHA1 Message Date
Sam Heinz
8e477b1fca set 'var_arm64' to no for all cts 2026-05-22 23:44:47 +10:00
A
ad7773df18 spliit: address review feedback
- Clear stale backup before creating it, so failed upgrades leave the
  backup in place for recovery
- Drop stray blank line in install script
2026-05-18 14:33:42 +02:00
A
3334894f39 spliit: update author to phof 2026-05-18 14:30:44 +02:00
A
25052f73c3 spliit: mirror upstream Dockerfile build flow
Use 'npm ci --ignore-scripts' + explicit 'npx prisma generate' instead
of 'npm install' (which triggered postinstall and ran with NODE_ENV=production
from a sourced .env, skipping devDependencies like autoprefixer).
Migrations are run explicitly after build, matching the Dockerfile's
container-entrypoint.sh.
2026-05-17 11:33:53 +02:00
A
dc5eae95d8 spliit: install missing deepmerge transitive dep before build
Spliit imports deepmerge in src/i18n/request.ts but does not declare it
in package.json; Next.js 16 Turbopack rejects phantom dependencies, so
the build fails with 'Module not found: deepmerge'.
2026-05-17 11:22:47 +02:00
A
6cc6168c38 Add Spliit script
Disclaimer: drafted with Claude Opus 4.7
2026-05-17 11:01:32 +02:00