web: start: clean some code

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2026-06-02 23:24:50 +02:00
commit 7b587f852e
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632
9 changed files with 5 additions and 219 deletions

View file

@ -1,5 +1,3 @@
// Single source of truth for configuration.
// Phase 2: replace the fetch with a call to the orchestrator.
const response = await fetch('./config.json')
if (!response.ok) throw new Error('Failed to load config.json')