- 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 |
||
|---|---|---|
| .. | ||
| src | ||
| Dockerfile | ||
| eslint.config.js | ||
| package.json | ||
| tsconfig.json | ||
| vitest.config.ts | ||