remove localhost only in php webserver
This commit is contained in:
parent
3acdcf0c1b
commit
ad4dac0139
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
"compile": "concurrently \"yarn css\" \"yarn js\"",
|
||||
"css": "stylus styl/ -o public/css/ ",
|
||||
"js": "webpack --config ./webpack.conf.js",
|
||||
"watch": "concurrently \"stylus -w styl/ -o public/css/\" \"cd public && php -S localhost:1234\" \"webpack --config ./webpack.conf.js --mode development --watch\""
|
||||
"watch": "concurrently \"stylus -w styl/ -o public/css/\" \"cd public && php -S 0.0.0.0:1234\" \"webpack --config ./webpack.conf.js --mode development --watch\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"concurrently": "^6.0.0",
|
||||
|
|
Loading…
Reference in a new issue