mirror of
https://github.com/ershisan99/www.git
synced 2026-01-25 05:12:09 +00:00
update stream card, update leaderboards on match finished webhook
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user