- Add unified start.sh script with subcommands (all/backend/frontend) - Add process management (--stop, --status) - Remove separate start_backend.sh and start_frontend.sh - Update setup_dev_env.sh with pre-flight checks and --cpu-only/--skip-db options - Update .env.example to remove sensitive data and add DIFY translation config - Add .pid/ to .gitignore for process management 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
8 lines
262 B
Plaintext
8 lines
262 B
Plaintext
# Frontend Environment Configuration
|
|
# Copy this file to .env.local and configure
|
|
|
|
# Backend API URL
|
|
# For local development: http://localhost:8000
|
|
# For WSL2: Use the WSL2 IP address (get with: hostname -I | awk '{print $1}')
|
|
VITE_API_URL=http://localhost:8000
|