Skip to content
Snippets Groups Projects
Commit ad4dac01 authored by Jonas Leder's avatar Jonas Leder
Browse files

remove localhost only in php webserver

parent 3acdcf0c
Branches
No related tags found
1 merge request!5Style preprocessor
Pipeline #1995 passed
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"compile": "concurrently \"yarn css\" \"yarn js\"", "compile": "concurrently \"yarn css\" \"yarn js\"",
"css": "stylus styl/ -o public/css/ ", "css": "stylus styl/ -o public/css/ ",
"js": "webpack --config ./webpack.conf.js", "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": { "devDependencies": {
"concurrently": "^6.0.0", "concurrently": "^6.0.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment