Commit Graph

6 Commits

Author SHA1 Message Date
melvinchia3636
1df83d76b9 refactor: massive codebase folder restructuring 2026-06-25 08:54:15 +08:00
melvinchia3636
57a24a52a7 refactor: extract shared configs & federation packages; rename log/server-utils
- Create @lifeforge/configs package with shared client/module Vite configs
  and the `@` path alias resolver extracted from client/vite.config.ts
- Create @lifeforge/federation package with module loading, federation
  provider, and route utilities moved out of the client app
- Rename packages/lifeforge-log → packages/log
- Rename packages/lifeforge-server-utils → packages/server-utils
- Update all imports, tsconfig references, Dockerfiles, and workspace
  scripts to reflect the new package names and locations
2026-06-25 08:54:14 +08:00
Melvin Chia
7e05e83aa5 build: enhance Dockerfiles and entrypoints for project builds 2026-01-18 21:18:54 +08:00
Melvin Chia
62e81fb24c feat: refactor Docker setup and improve build process (WIP) 2026-01-12 16:18:43 +08:00
Melvin Chia
2d86b96594 build(docker): update working directory and copy paths in Dockerfile and entrypoint 2026-01-01 23:41:12 +08:00
Melvin Chia
d5909a8c41 build: add docker-compose and Dockerfiles for client, server, and db 2025-12-26 22:06:57 +08:00