mirror of
https://github.com/andrei0x309/yup-live-chrome-extension.git
synced 2024-10-26 16:00:56 +00:00
4 lines
189 B
TypeScript
4 lines
189 B
TypeScript
|
export const API_BASE = 'https://api.yup.io'
|
||
|
export const DEV_BASE = 'http://localhost:4566'
|
||
|
export const YUP_LIVE_BASE = 'https://yup-live.pages.dev'
|
||
|
export const APP_BASE = YUP_LIVE_BASE
|