/ .env
.env
1 # ext 2 VITE_GECKO_ID=coub-addons@hk4 3 VITE_GECKO_UPDATE_URL=https://coub-addons.doggo.moe/updates.json 4 5 # Coub site 6 VITE_COUB_ORIGIN=https://coub.com 7 VITE_COUB_COMMENTS_ORIGIN=https://coub.com 8 9 # `@nextui-org/shared-utils` patch requires it, 10 # otherwise Jiti will fail with the `Cannot find module 'react'` error 11 JITI_ALIAS='{"react": "preact/compat"}'