- Run in separated terminals:
npm run dev:chrome-ts
: compiles the TypeScript code in watch modenpm run dev:chrome-vite
: build the output extension using Vite in the watch modenpm run dev:chrome-reloader
: run the change watcher, to automatically reload the popup code (not available using vite for chrome extensions)