Commit Graph

  • a6ef5d5174 chore: update Dockerfile to define PORT environment variable as 3003 dev john kevin asprec 2026-06-16 22:33:25 +08:00
  • e1bc3da361 fix: override NODE_ENV=development for npm install in Coolify master kevin-asprec 2026-04-14 21:02:04 +08:00
  • 130aebf881 fix: override NODE_ENV=development for npm install in Coolify uat kevin-asprec 2026-04-14 21:00:49 +08:00
  • b263f97705 fix: override NODE_ENV=development for npm install in Coolify kevin-asprec 2026-04-14 20:42:31 +08:00
  • 99cc1240d5 fix: remove ENV NODE_ENV=development that breaks Next.js static generation kevin-asprec 2026-04-14 20:14:40 +08:00
  • 8a967b4132 fix: remove ENV NODE_ENV=development that breaks Next.js static generation kevin-asprec 2026-04-14 20:14:03 +08:00
  • 7e5cd0f40e fix: remove ENV NODE_ENV=development that breaks Next.js static generation kevin-asprec 2026-04-14 20:13:04 +08:00
  • f516d4de8a fix: add not-found.tsx, convert to next.config.mjs, add NODE_ENV=development to Dockerfile kevin-asprec 2026-04-14 10:53:41 +08:00
  • dbb6ffc280 fix: add not-found.tsx, convert to next.config.mjs, add NODE_ENV=development to Dockerfile kevin-asprec 2026-04-14 10:42:11 +08:00
  • 32a68b0e59 fix: add not-found.tsx to prevent Html import error during build kevin-asprec 2026-04-14 09:43:25 +08:00
  • dc4b07a70c fix: set NODE_ENV=development during build to include devDependencies kevin-asprec 2026-04-14 09:01:04 +08:00
  • 5ca045fa4a fix: add cache bust arg to force clean Docker build kevin-asprec 2026-04-14 06:41:31 +08:00
  • f25668f1f7 fix: use next.config.mjs to avoid typescript build dependency kevin-asprec 2026-04-14 06:31:08 +08:00
  • dbdc116054 fix: install typescript for next.config.ts transpilation in Dockerfile kevin-asprec 2026-04-14 06:05:41 +08:00
  • 17ebbcc5aa fix: compile shared package as CommonJS for NestJS compatibility kevin-asprec 2026-04-13 16:52:56 +08:00
  • 6f995a10c8 merge: develop into master kevin-asprec 2026-04-13 13:04:41 +08:00
  • 07980fcc59 fix: standalone tsconfig and Dockerfile for monorepo split develop kevin-asprec 2026-04-13 12:04:30 +08:00
  • be0b7d50d2 initial: standalone repo from monorepo split kevin-asprec 2026-04-13 09:36:43 +08:00
  • e84d7b81f0 Nobody -