Finally got this repo set up nice I think

This commit is contained in:
2025-12-20 05:12:03 -06:00
parent 75505759f1
commit 235c928dc5
44 changed files with 860 additions and 566 deletions

View File

@@ -1,10 +0,0 @@
import { createEnv } from "@t3-oss/env-core";
import { z } from "zod/v4";
export const convexEnv = () => {
return createEnv({
server: {},
runtimeEnv: process.env,
skipValidation: !!process.env.CI,
});
};

View File

@@ -20,7 +20,6 @@
"@oslojs/crypto": "^1.0.1",
"@react-email/components": "0.5.4",
"@react-email/render": "^1.4.0",
"@t3-oss/env-core": "^0.13.8",
"convex": "catalog:convex",
"react": "catalog:react19",
"react-dom": "catalog:react19",