aboutsummaryrefslogtreecommitdiffstats
path: root/apps/browser-extension/vite.config.ts (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-08-09fix: add CORS configuration for chrome-extension origin (#1823)qixing-jk1-0/+5
Update @crxjs/vite-plugin to v2.0.1 and add server CORS configuration to allow requests from chrome-extension origins in the browser extension's vite.config.ts file. https://github.com/crxjs/chrome-extension-tools/blob/55912418204c6dbdbf7a4a59d1384a290208fb4d/playgrounds/react/vite.config.ts#L20
2024-08-18fix(extension): Upgrade crxjs to 2.0 to add support for firefoxMohamedBassem1-1/+7
2024-03-30format: Add missing lint and format, and format the entire repoMohamedBassem1-2/+3
2024-03-14structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem1-0/+0
2024-02-12Add the scafolding for the browser extensionMohamedBassem1-0/+9