Created
June 2, 2024 03:45
-
-
Save nakasyou/b2392057078439a6fcf361df8d5a33e9 to your computer and use it in GitHub Desktop.
eruda vite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (import.meta.env.DEV) { | |
const script = document.createElement('script') | |
script.src = 'https://cdn.jsdelivr.net/npm/eruda' | |
// @ts-ignore global eruda | |
script.onload = () => globalThis.eruda.init() | |
document.body.append(script) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment