Drop .mjs: rename e2e/dev mock servers to .ts, update refs, document the convention in AGENTS.md

This commit is contained in:
2026-06-23 23:54:42 +02:00
parent 913bd6813a
commit 6d316c4888
8 changed files with 18 additions and 13 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ services:
# the real backend instead. Uses the pinned app image so there's nothing extra to build/pull.
shifts-upstream:
image: node:24.16.0-alpine3.24
command: node /srv/server.mjs
command: node /srv/server.ts
restart: unless-stopped
volumes:
- ./examples/shifts-upstream:/srv:ro