web: start: clean some code
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
686b2f62f3
commit
64bef67a0e
10 changed files with 5 additions and 232 deletions
|
|
@ -1,6 +0,0 @@
|
|||
// 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')
|
||||
|
||||
export const config = await response.json()
|
||||
Loading…
Add table
Add a link
Reference in a new issue