Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 460 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 460 Bytes

vite-bug-repro

How I generated this repo

npm create vite@latest vite-bug-repro -- --template react-ts
cd vite-bug-repro
npm i @twurple/auth @twurple/api @twurple/eventsub-ws
  1. Edited App.tsx to its current state

To run this project

  1. Using vscode, download the devcontainers extension
  2. Ctrl/Cmd+Shift+P Launch in devcontainer
  3. npm run dev