This commit is contained in:
2025-12-23 17:41:30 -08:00
parent d6ac68f7d3
commit ff534eb448
18 changed files with 3989 additions and 461 deletions

View File

@@ -0,0 +1,4 @@
// API Configuration
const API_URL = import.meta.env.VITE_API_URL || 'http://localhost:4000';
export default API_URL;