Dev: korrekte /landingpage-URLs vor next dev ausgeben

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Dieter Schlüter 2026-04-25 23:24:36 +02:00
commit 74e8febd60

View file

@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "echo '\\n → Local: http://localhost:3000/landingpage\\n → Network: http://192.168.179.124:3000/landingpage\\n' && next dev",
"build": "next build && rm -rf landingpage && mv out landingpage",
"start": "next start",
"lint": "eslint ."