Commit Graph

13 Commits

Author SHA1 Message Date
john kevin asprec
9adabb6f5d feat: add impersonate page to handle session token injection and redirection 2026-06-16 22:33:18 +08:00
kevin-asprec
9f031a6757 fix: override NODE_ENV=development for npm install in Coolify
Coolify injects ARG NODE_ENV=production which causes npm to skip
devDependencies (typescript, tailwindcss, postcss). Override with
ENV NODE_ENV=development before npm install, then set production
before next build.
2026-04-14 20:41:57 +08:00
kevin-asprec
342e17aed2 fix: remove ENV NODE_ENV=development that breaks Next.js static generation 2026-04-14 20:12:54 +08:00
kevin-asprec
428b6f58d8 fix: add not-found.tsx to prevent Html import error during build 2026-04-14 09:42:38 +08:00
kevin-asprec
af20fcb1dc fix: set NODE_ENV=development during build to include devDependencies 2026-04-14 09:00:52 +08:00
kevin-asprec
f069b84f87 fix: add cache bust arg to force clean Docker build 2026-04-14 06:41:20 +08:00
kevin-asprec
60159970aa fix: use next.config.mjs to avoid typescript build dependency 2026-04-14 06:30:59 +08:00
kevin-asprec
dcadef92b6 fix: install typescript for next.config.ts transpilation in Dockerfile 2026-04-14 06:05:30 +08:00
kevin-asprec
3f195e1765 fix: compile shared package as CommonJS for NestJS compatibility 2026-04-13 16:52:39 +08:00
kevin-asprec
7df2789153 merge: develop into main 2026-04-13 13:04:28 +08:00
kevin-asprec
8c91ee7e4b fix: standalone tsconfig and Dockerfile for monorepo split 2026-04-13 12:04:20 +08:00
kevin-asprec
3f5bf0e118 initial: standalone repo from monorepo split 2026-04-13 09:36:37 +08:00
4252478e73 Initial commit 2026-04-13 00:50:56 +00:00