YAS/apps/api
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
..
src test: add 48 unit tests across types, ui, and web packages 2026-07-20 22:41:13 +02:00
Dockerfile fix: add package.json to API runner stage for ESM detection; move web port to 3001 2026-07-20 23:27:49 +02:00
eslint.config.js feat: Phase 1 foundation — monorepo, auth, DB schema, API, shared packages 2026-07-20 21:58:17 +02:00
package.json feat: Phase 4 AI intelligence — writing assistant, semantic search, knowledge graph 2026-07-20 22:22:54 +02:00
tsconfig.json feat: Phase 1 foundation — monorepo, auth, DB schema, API, shared packages 2026-07-20 21:58:17 +02:00
vitest.config.ts test: add 48 unit tests across types, ui, and web packages 2026-07-20 22:41:13 +02:00