You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 2, 2022. It is now read-only.
This gives us a general-use URL while still allowing BROWSER_SYNC_PROXY to override. The reason is that this proxy URL is probably the same URL we want to use on pa11y.js.
The idea behind
.env
file is that we don't always have the same setup between developers, nor should we.We could start with BrowserSync.
.env
file itself is ignored from the repo..env.example
file which could look like this.In
webpack.settings.js
file change to this:When developer wants to change default settings:
.env.example
file to as.env
..env
for your environment.BROWSER_SYNC_PROXY="https://my-url.test"
The text was updated successfully, but these errors were encountered: