Dev: korrekte /landingpage-URLs vor next dev ausgeben
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b056b5e3b9
commit
74e8febd60
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"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",
|
"build": "next build && rm -rf landingpage && mv out landingpage",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "eslint ."
|
"lint": "eslint ."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue