1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-18 15:05:32 -04:00

bump react

This commit is contained in:
2025-04-14 11:52:45 -04:00
parent b60fbcc15c
commit 2308454b34
4 changed files with 30 additions and 37 deletions

View File

@@ -1,14 +1,7 @@
import { createEnv } from "@t3-oss/env-nextjs";
import { vercel } from "@t3-oss/env-nextjs/presets-valibot";
import * as v from "valibot";
export const env = createEnv({
extends: [
// NOTE: Some assumptions are sprinkled throughout the code that this site is being deployed on Vercel. If not, find
// and replace `env.VERCEL_` (especially `VERCEL_ENV` and `VERCEL_PROJECT_PRODUCTION_URL`) with more appropriate
// variables.
vercel(),
],
server: {
/**
* Required. GitHub API token used for [/projects](../app/projects/page.tsx) grid. Only needs the `public_repo`