File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,13 @@ cd extension && pnpm run dev
4747- Go to ` chrome://extensions/ `
4848- Enable developer mode in the top right
4949- Click Load unpacked in the top left
50- - Choose the folder that ` pnpm run dev ` told you to
50+ - Choose the folder that ` pnpm run dev ` told you to (likely ` .output/chrome-mv3-dev ` )
51+
52+ ### Build extension (production)
53+
54+ - Run ` pnpm run build -- --mode production `
55+ - This creates the extension with the ` .env.production ` variables - connecting it to the production website and api.
56+ - Load unpacked or upload to Chrome Web Store (folder is likely ` .output/chrome-mv3 ` )
5157
5258### Environments
5359
Original file line number Diff line number Diff line change 1+ VITE_API_HOST = " https://api.production.parakeet.vigetx.com"
2+ VITE_API_PORT =
3+ VITE_WEBSITE_URL = " https://parakeet.vigetx.com"
You can’t perform that action at this time.
0 commit comments