Skip to content

Commit 746686a

Browse files
author
Ruben van Leeuwen
committed
1904: Force next server to only run locally
1 parent f1d5df5 commit 746686a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/apps/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.1",
44
"private": true,
55
"scripts": {
6-
"dev": "next dev",
6+
"dev": "next dev -H 127.0.0.1",
77
"build": "next build",
88
"start": "next start",
99
"test": "jest --passWithNoTests",

0 commit comments

Comments
 (0)