1
0
Fork 0
mirror of synced 2024-07-02 21:10:43 +12:00
This commit is contained in:
Adria Navarro 2023-09-07 16:25:13 +02:00
parent 205d33f172
commit 7bd91ebb7f

View file

@ -10,6 +10,6 @@ export const fetch = async (ctx: Ctx) => {
accountPortalUrl: env.ACCOUNT_PORTAL_URL,
disableAccountPortal: env.DISABLE_ACCOUNT_PORTAL,
baseUrl: env.PLATFORM_URL,
isDev: env.isDev(),
isDev: env.isDev() && !env.isTest(),
}
}