Skip to content

Instantly share code, notes, and snippets.

@nakasyou
Created June 2, 2024 03:45
Show Gist options
  • Save nakasyou/b2392057078439a6fcf361df8d5a33e9 to your computer and use it in GitHub Desktop.
Save nakasyou/b2392057078439a6fcf361df8d5a33e9 to your computer and use it in GitHub Desktop.
eruda vite
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