mirror of
https://github.com/kevinveenbirkenbach/roulette-wheel.git
synced 2025-09-08 19:27:16 +02:00
added support for docker proxy
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"scripts": {
|
||||
"start": "webpack-dev-server",
|
||||
"start": "webpack-dev-server --host 0.0.0.0 --allowed-hosts all",
|
||||
"build": "webpack --config webpack.config.prod.js && cp *.html dist/ && cp *.css dist/ && cp -r static dist/static && cp *.ico dist/"
|
||||
},
|
||||
"author": {
|
||||
|
Reference in New Issue
Block a user