- Add serve as production server for static files - Add start script for production deployment - Create railway.toml with deployment settings - Create .env.example for required environment variables - Fix index.html to use Vite bundling instead of ESM imports https://claude.ai/code/session_01DBAyjuKW8Qtzixc64qn9KP
3 lines
148 B
Text
3 lines
148 B
Text
# Google Gemini API Key (erforderlich)
|
|
# Holen Sie sich einen Key unter: https://aistudio.google.com/apikey
|
|
GEMINI_API_KEY=your_gemini_api_key_here
|