Use http by default (not https) to be consistent with Trellis
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
"src/**/*.php"
|
"src/**/*.php"
|
||||||
],
|
],
|
||||||
"publicPath": "/app/themes/sage",
|
"publicPath": "/app/themes/sage",
|
||||||
"devUrl": "https://example.dev",
|
"devUrl": "http://example.dev",
|
||||||
"proxyUrl": "https://localhost:3000",
|
"proxyUrl": "http://localhost:3000",
|
||||||
"cacheBusting": "[name]_[hash:8]"
|
"cacheBusting": "[name]_[hash:8]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user