Add environment variable for API URL; update TypeScript configuration to include vite-env; refactor API client to use environment variable; modify timestamp fields in database schemas to include timezone support

This commit is contained in:
2025-10-06 13:00:32 +05:00
parent 0b024af454
commit 9e4bc7b0f8
10 changed files with 50 additions and 13 deletions
+1
View File
@@ -0,0 +1 @@
VITE_API_URL=http://localhost:3000