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