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) <noreply@anthropic.com>
8 lines
315 B
Bash
8 lines
315 B
Bash
# 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
|
|
export WILD_CENTRAL_VITE_URL=http://localhost:5174
|