Update .gitignore to include build artifacts and development dependencies; fix port mapping in docker-compose for marketing service; add marketing configuration analysis documentation; enhance Vite configuration for allowed hosts; update marketing script in package.json; remove unused marketing image asset.

This commit is contained in:
IGNY8 VPS (Salman)
2025-11-13 17:20:41 +00:00
parent 983a8c4fc9
commit 56d58be50a
6 changed files with 352 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"dev:marketing": "vite --host 0.0.0.0 --port 5174 --force marketing.html",
"dev:marketing": "vite --host 0.0.0.0 --port 5174 --mode development --force marketing.html",
"build": "vite build",
"build:marketing": "vite build --mode marketing",
"build:check": "tsc -b && vite build",