Skip to content

Commit

Permalink
add eruda
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Sep 2, 2023
1 parent 2e70f45 commit 0a26c97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/eruda.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
if (process.env.NODE_ENV === 'development') {
require('eruda').default.init()
console.log('JS Loaded in', Date.now() - window.startLoad)
}

0 comments on commit 0a26c97

Please sign in to comment.