Skip to content

Commit

Permalink
Update notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hrgdavor authored Mar 12, 2024
1 parent 98c3aa5 commit bd0dd82
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# refresh badge after publishing

```sh
curl -X PURGE BADGE_URL
```

# libs source for easier integrationd with IDE

Make `index.js` that exports all from `src` to have errors in console or `console.log` display fine lanem taht is not `index.js`. In case where I had multiple libs separated, and because they are simple, code was directly in `index.js`. This caused visibility issues because many trace lines had `index.js` as source and then you need to look closely at full path to find out what lib is causing it.
Expand Down

0 comments on commit bd0dd82

Please sign in to comment.