feat: integrate AI codebase optimizations (memory safety, spatial hashing, centralized API base)

This commit is contained in:
anoracleofra-code
2026-03-08 15:39:33 -06:00
parent abbc51096b
commit cd03bb966f
11 changed files with 188 additions and 86 deletions
+1
View File
@@ -0,0 +1 @@
export const API_BASE = process.env.NEXT_PUBLIC_API_URL || "http://localhost:8000";