This commit is contained in:
2026-01-31 23:52:51 +01:00
parent 2ed038174d
commit 4a9246be5e
2 changed files with 8 additions and 6 deletions

View File

@@ -58,7 +58,7 @@
"name": "klz-cables-nextjs",
"private": true,
"scripts": {
"dev": "docker network create infra 2>/dev/null || true && docker-compose up -d",
"dev": "docker network create infra 2>/dev/null || true && echo '\\n🚀 Development Environment Starting...\\n\\n📱 App: http://klz.localhost\\n🗄 CMS: http://cms.klz.localhost/admin\\n🚦 Traefik: http://localhost:8080\\n\\n(Press Ctrl+C to stop)\\n' && docker-compose down --remove-orphans && docker-compose up",
"dev:local": "next dev",
"build": "next build",
"start": "next start",
@@ -70,4 +70,4 @@
"pdf:datasheets:legacy": "tsx ./scripts/generate-pdf-datasheets-pdf-lib.ts"
},
"version": "1.0.0"
}
}