build: add env files first draft

This commit is contained in:
Johannes Millan 2025-07-14 18:58:27 +02:00
parent e8093154d7
commit 8432e1bbb4
8 changed files with 1239 additions and 20 deletions

14
.env.example Normal file
View file

@ -0,0 +1,14 @@
# Environment configuration example
# Copy this file to .env and adjust values as needed
# NODE_ENV - Set the Node environment (development, production, staging)
NODE_ENV=development
# PRODUCTION - Set to true for production builds
PRODUCTION=false
# STAGE - Set to true for staging builds
STAGE=false
# Additional environment variables can be added here
# They will be accessible in the Angular app via process.env