second round of review

This commit is contained in:
counterweight 2025-12-18 22:31:19 +01:00
parent da5a0d03eb
commit ca55932a41
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
10 changed files with 124 additions and 229 deletions

2
frontend/app/config.ts Normal file
View file

@ -0,0 +1,2 @@
export const API_URL = process.env.NEXT_PUBLIC_API_URL || "http://localhost:8000";