Go to file
YetAnotherSuite Dev 382ba97c84 fix: add package.json to API runner stage for ESM detection; move web port to 3001
- API Dockerfile: copy API's package.json (with 'type': 'module')
  into runner so Node.js treats .js files as ESM
- docker-compose: change web host port from 3000 to 3001 to
  avoid conflict with local dev server
2026-07-20 23:27:49 +02:00
.github/workflows feat: Phase 1 foundation — monorepo, auth, DB schema, API, shared packages 2026-07-20 21:58:17 +02:00
apps fix: add package.json to API runner stage for ESM detection; move web port to 3001 2026-07-20 23:27:49 +02:00
packages test: add 48 unit tests across types, ui, and web packages 2026-07-20 22:41:13 +02:00
tooling feat: Phase 1 foundation — monorepo, auth, DB schema, API, shared packages 2026-07-20 21:58:17 +02:00
.dockerignore feat: Phase 6 platform — public API, desktop app, Docker deployment, analytics 2026-07-20 22:30:12 +02:00
.env.example feat: Phase 1 foundation — monorepo, auth, DB schema, API, shared packages 2026-07-20 21:58:17 +02:00
.gitignore chore: gitignore Rust target directory, add src-tauri/.gitignore 2026-07-20 23:12:38 +02:00
.prettierrc feat: Phase 1 foundation — monorepo, auth, DB schema, API, shared packages 2026-07-20 21:58:17 +02:00
AGENTS.md feat: Phase 1 foundation — monorepo, auth, DB schema, API, shared packages 2026-07-20 21:58:17 +02:00
BUILDANDRUN.md docs: add BUILDANDRUN.md and NEXTSTEP.md developer guides 2026-07-20 22:33:54 +02:00
docker-compose.yml fix: add package.json to API runner stage for ESM detection; move web port to 3001 2026-07-20 23:27:49 +02:00
NEXTSTEP.md docs: add BUILDANDRUN.md and NEXTSTEP.md developer guides 2026-07-20 22:33:54 +02:00
package.json feat: Phase 1 foundation — monorepo, auth, DB schema, API, shared packages 2026-07-20 21:58:17 +02:00
pnpm-lock.yaml test: add 48 unit tests across types, ui, and web packages 2026-07-20 22:41:13 +02:00
pnpm-workspace.yaml feat: Phase 5 collaboration — real-time, workspaces, sharing, templates 2026-07-20 22:28:10 +02:00
turbo.json test: add 48 unit tests across types, ui, and web packages 2026-07-20 22:41:13 +02:00
yetanothersuite_implementation_plan.json feat: Phase 1 foundation — monorepo, auth, DB schema, API, shared packages 2026-07-20 21:58:17 +02:00
yetanothersuite_implementation_plan.md feat: Phase 1 foundation — monorepo, auth, DB schema, API, shared packages 2026-07-20 21:58:17 +02:00