From 76c22d5cb7729435975f0921c3cc9f95346595bb Mon Sep 17 00:00:00 2001 From: Paul Payne Date: Thu, 9 Jul 2026 04:24:26 +0000 Subject: [PATCH] fix: Add WILD_CENTRAL_ENV=development to .envrc Without this, the frontend handler tries to serve static files from /var/www/html/wild-central instead of proxying to the Vite dev server. Co-Authored-By: Claude Opus 4.6 (1M context) --- .envrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.envrc b/.envrc index 2b308ec..f22dd95 100644 --- a/.envrc +++ b/.envrc @@ -1,5 +1,6 @@ # Wild Central dev environment # Shares data dir with Wild Cloud for development +export WILD_CENTRAL_ENV=development export WILD_CENTRAL_DATA_DIR=$HOME/repos/wild-cloud-dev/wild-cloud-redmond-data export WILD_CENTRAL_PORT=15055 export WILD_CENTRAL_NATS_PORT=14222