18 Commits

Author SHA1 Message Date
f8160834fb Allow larger chunks when building 2026-02-23 20:57:08 +00:00
Agent Zero
341c551ea5 refactor: simplify UserContext and supabaseClient
- Refactored UserContext.tsx (67 lines simplified)
- Simplified supabaseClient.ts (82 lines reduced)
- Updated .env.development for local dev
2026-02-23 17:48:14 +00:00
Agent Zero
de78090963 chore: clean up frontend dev config
- Update vite.config.ts HMR host to 192.168.0.94 for container dev
- Remove obsolete .env.dev and .env.prod files
- These old env files contained outdated anon keys causing 401 errors
- .env.development is now the single source of truth for dev config
2026-02-23 03:40:09 +00:00
Agent Zero
80434b7668 fix: Update VITE_SUPABASE_ANON_KEY with correct JWT signing 2026-02-23 03:28:26 +00:00
Agent Zero
1efdadb652 fix: update dev environment to use container IPs instead of localhost
- Changed VITE_SUPABASE_URL from http://localhost:8000 to http://192.168.0.155:8000
- Changed VITE_API_URL from http://localhost:8000 to http://192.168.0.63:8000
- Fixes connection refused errors during login in development environment

Applies to both .env.development and .env.dev files.
2026-02-22 23:31:01 +00:00
Agent Zero
ca9e197cdc fix: correct HMR config for SSL proxy and fix define block bugs
- Fixed HMR to use WSS when behind SSL proxy
- Fixed define block - values now properly JSON.stringify'd
- Changed server.host to '0.0.0.0' for proper container binding
- Created .env.development for automatic env loading
- Uses loadEnv() to properly load environment files
2026-02-22 23:18:39 +00:00
Agent Zero
dc0b1689c1 chore: remove git workflow test file 2026-02-22 00:54:01 +00:00
Agent Zero
df0abe676a Merge remote changes 2026-02-22 00:49:46 +00:00
Agent Zero
c992e86189 test: Add git workflow test file for validation 2026-02-22 00:49:14 +00:00
53e298bbe2 chore: update env config with production Supabase credentials 2026-02-22 00:31:07 +00:00
5c100a015d feat: update source files, Dockerfile, vite config and service worker 2026-02-21 16:25:42 +00:00
5e5aad54cb chore: remove dist artifacts, untrack .env, add vite-env types, ignore package-lock 2026-02-21 16:24:29 +00:00
3472f203b9 update api base 2025-11-20 11:01:55 +00:00
d1efe09236 env prod updates 2025-11-19 20:07:43 +00:00
3b4876793e latest 2025-11-14 14:47:26 +00:00
69ecf2c7c1 test clear 2025-07-11 13:38:36 +00:00
6790efd8bd test 2025-07-11 13:37:47 +00:00
8a7ab3ac24 Initial commit 2025-07-11 13:21:49 +00:00