parent
4d41ab4d83
commit
125f18ad11
|
|
@ -1,4 +1,4 @@
|
|||
export const APP_PROTOCOL = import.meta.env.DEV ? "follow" : "follow"
|
||||
export const APP_PROTOCOL = import.meta.env.DEV ? "follow-DEV" : "follow"
|
||||
export const DEEPLINK_SCHEME = `${APP_PROTOCOL}://`
|
||||
|
||||
// export const WEB_URL = import.meta.env.VITE_VERCEL_URL ?? import.meta.env.VITE_WEB_URL
|
||||
|
|
|
|||
Loading…
Reference in New Issue