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
This command uses the `browser-sync-config.js` file to set up the necessary `Content-Security-Policy` headers. Here is the content of the configuration file:
And start working on a feature or fix. Changes in source code should be immediately visible in the browser due to automatic reload on changes.
37
69
38
70
### Start a dependent new project
@@ -125,16 +157,4 @@ This way, when later working on a feature or fix, `npm run test` command will de
125
157
126
158
We'd love for you to contribute your changes back to `apexcharts.js`! To do that, it would be great if you could commit your changes to a separate feature branch and open a Pull Request for those changes.
127
159
128
-
Point your feature branch to use the `main` branch as the base of this PR. The exact commands used depends on how you've setup your local git copy, but the flow could look like this:
129
-
130
-
```sh
131
-
# Inside your own copy of `apexcharts.js` package...
After these steps, you should be able to create a new Pull Request for this repository. If you hit any issues following these instructions, please open an issue and we'll see if we can improve these instructions even further.
0 commit comments