Claude AI Guide Project 7040076d84 🌐 Environment variables and domain configuration
- Replace hardcoded domain with ${DOMAIN} environment variable
- Add .env.example with claude.supported.systems domain
- Ensure .env is gitignored for security
- Clean up docker-compose.yml for production deployment

Ready for deployment to claude.supported.systems\!

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-19 22:34:12 -06:00

23 lines
234 B
Plaintext

# build output
dist/
# generated types
.astro/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store
.env