Commit graph

14 commits

Author SHA1 Message Date
Jun-te Kim
acbb2c4054 fix(devcontainer): publish 8400 in compose so the CLI path exposes it
devcontainer.json's forwardPorts is a VS Code feature; the devcontainer CLI
(which devcontainer.sh drives) doesn't implement it. Compose only published
3000, so a container started via `./devcontainer.sh up|rebuild` left the
impeccable live helper on 8400 unreachable from the host — and the failure is
silent: the page loads, the injected script 404s, the element picker just never
appears.

Publish 8400:8400 explicitly. The mapping is fixed rather than dynamic because
the injected script hard-codes http://localhost:8400, which also means only one
container at a time can run live mode.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-14 17:43:55 +00:00
Jun-te Kim
e974aef858 dynamic file tree 2026-06-08 14:08:48 +00:00
Jun-te Kim
61b1f89bd9 got rid of backlog port 2026-05-06 16:13:30 +00:00
Jun-te Kim
4f43d32309 Merge remote-tracking branch 'origin' into feature/onbarding_of_addresses 2026-05-06 15:50:35 +00:00
Daniel Roth
f8bbb19b07 remove readonly on gitconfig 2026-05-06 13:49:40 +00:00
Jun-te Kim
f98a740ee7 fix merge request 2026-05-06 09:47:53 +00:00
Jun-te Kim
2d05405205 pr for claude skills 2026-05-05 19:53:21 +00:00
Jun-te Kim
4cdb21fbbc save current changes 2026-04-23 12:01:17 +00:00
Jun-te Kim
bee57a56b5 address2uprn onboaridng poc 2026-04-21 20:24:26 +00:00
Jun-te Kim
776c88409c added backlog 2026-04-20 14:58:52 +00:00
Jun-te Kim
e0f1b4f871 dockerfile 2026-04-15 14:43:30 +00:00
8325cb6206 added files for reports 2025-10-30 17:15:30 +00:00
Khalim Conn-Kowlessar
85d6274e87 upgrading to next 15, react 18 2025-08-05 18:45:01 +00:00
Jun-te Kim
e90b1b31e9 dev container files and pakcage json upgraded 2025-07-22 08:54:18 +00:00