mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 04:54:18 +00:00
🔧 Enforce localhost on serve script
This commit is contained in:
parent
3cbefe6367
commit
6ae9bcc92b
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
"build": "react-app-rewired build",
|
||||
"test": "react-app-rewired test",
|
||||
"eject": "react-scripts eject",
|
||||
"serve": "serve -s build -l 30041"
|
||||
"serve": "serve -s build -l tcp://127.0.0.1:30041"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
|
|
Loading…
Reference in a new issue