Enhance Docker and Vite configurations for marketing service; update allowed hosts in docker-compose; modify marketing script in package.json; fix heading typo in Usage component; update marketing image asset.

This commit is contained in:
IGNY8 VPS (Salman)
2025-11-13 19:54:22 +00:00
parent 0b1445fdc9
commit f8bab8d432
6 changed files with 90 additions and 35 deletions

View File

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