Skip to content

Commit b42d201

Browse files
authored
Merge pull request #88 from N1ck/chore/remove-github-injection
General fixes
2 parents 9047270 + cbb22ff commit b42d201

File tree

4 files changed

+313
-170
lines changed

4 files changed

+313
-170
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@ pnpm install
2929
pnpm run watch # Listen to file changes and automatically rebuild
3030
```
3131

32+
### Debug Mode
33+
34+
When developing, you can enable debug mode by setting the DEBUG environment variable:
35+
36+
```bash
37+
DEBUG=true npm run build
38+
```
39+
40+
This will output helpful logs prefixed with 🎨 when using the extension.
41+
3242
Once built, load it in the browser of your choice with [web-ext](https://github.com/mozilla/web-ext):
3343

3444
```sh

src/lib/simplified-element-observer.js

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)