mirror of
https://github.com/modrinth/code.git
synced 2026-07-31 21:26:40 +00:00
prepr
This commit is contained in:
@@ -12,6 +12,9 @@ export default defineEventHandler(async (event) => {
|
||||
config.public.pyroBaseUrl = cfEnv.PYRO_BASE_URL
|
||||
config.pyroBaseUrl = cfEnv.PYRO_BASE_URL
|
||||
}
|
||||
if (cfEnv.STRIPE_PUBLISHABLE_KEY) config.public.stripePublishableKey = cfEnv.STRIPE_PUBLISHABLE_KEY
|
||||
} catch { /* empty */ }
|
||||
if (cfEnv.STRIPE_PUBLISHABLE_KEY)
|
||||
config.public.stripePublishableKey = cfEnv.STRIPE_PUBLISHABLE_KEY
|
||||
} catch {
|
||||
/* empty */
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user