Jagged-divider

This commit is contained in:
2025-09-10 14:41:36 +02:00
parent b3064b33d9
commit 33d180bf22
16 changed files with 903 additions and 98 deletions

17
.env.example Normal file
View File

@@ -0,0 +1,17 @@
# Environment Configuration Example
# Copy this file to .env and update the values as needed
# Application Environment
NODE_ENV=development
# Vite Configuration
VITE_APP_TITLE=NQS Ltd
VITE_APP_URL=http://localhost:8080
# API Configuration (if needed)
# VITE_API_BASE_URL=http://localhost:3000/api
# VITE_API_KEY=your-api-key-here
# External Services (examples - uncomment and configure as needed)
# VITE_GOOGLE_ANALYTICS_ID=GA-XXXXXXXXX
# VITE_SENTRY_DSN=https://your-sentry-dsn