mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 20:37:39 -02:30
Changes UI dev server to operate over https
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
"unit": "karma start test/unit/karma.unit.js",
|
||||
"lint": "eslint .",
|
||||
"dev": "webpack --config build/webpack.development.js --progress",
|
||||
"watch": "webpack-dev-server --config build/webpack.watch.js --progress",
|
||||
"watch": "webpack-dev-server --config build/webpack.watch.js --progress --https",
|
||||
"production": "webpack --config build/webpack.production.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user