feat(dashboard): setting up layout

This commit is contained in:
2025-11-12 16:51:59 +02:00
parent b8b2a15ee9
commit a3f46b6b38
61 changed files with 2957 additions and 123 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
NODE_ENV=development
BASANGO_API_HOST=localhost
BASANGO_API_PORT=3000
BASANGO_API_PORT=3080
BASANGO_API_ALLOWED_ORIGINS=http://localhost:3000,http://127.0.0.1:3000
BASANGO_API_KEY=your_api_key_here
BASANGO_CRAWLER_KEY=dev
BASANGO_JWT_SECRET=your_jwt_secret_here