Skip to content

Commit 24299da

Browse files
committed
fix(package): restore package.json
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
1 parent d3b2dd9 commit 24299da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "7.1.0",
44
"scripts": {
55
"ng": "ng",
6-
"start": "ng serve --host 0.0.0.0 --disable-host-check",
6+
"start": "ng serve --host 0.0.0.0",
77
"build": "ng build --prod --base-href /",
88
"test": "ng test",
99
"lint": "ng lint",

0 commit comments

Comments
 (0)