update stream card, update leaderboards on match finished webhook

This commit is contained in:
2025-04-24 01:17:18 +02:00
parent 68540ee136
commit 2ede20f81c
3 changed files with 28 additions and 17 deletions

View File

@@ -29,7 +29,7 @@ export const env = createEnv({
* `NEXT_PUBLIC_`.
*/
client: {
// NEXT_PUBLIC_CLIENTVAR: z.string(),
NEXT_PUBLIC_API_URL: z.string(),
},
/**
@@ -46,6 +46,7 @@ export const env = createEnv({
NODE_ENV: process.env.NODE_ENV,
CRON_SECRET: process.env.CRON_SECRET,
WEBHOOK_QUERY_SECRET: process.env.WEBHOOK_QUERY_SECRET,
NEXT_PUBLIC_API_URL: process.env.NEXT_PUBLIC_API_URL,
},
/**
* Run `build` or `dev` with `SKIP_ENV_VALIDATION` to skip env validation. This is especially