refactor packages, env, db and auth (prev commit)

This commit is contained in:
Maze Winther
2025-11-26 10:12:40 +01:00
parent 811491ba9c
commit 2da84e7132
25 changed files with 202 additions and 158 deletions
+3 -1
View File
@@ -5,7 +5,9 @@
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts"
".": "./src/index.ts",
"./web": "./src/web.ts",
"./tools": "./src/tools.ts"
},
"dependencies": {
"zod": "^4.0.5"
-1
View File
@@ -8,7 +8,6 @@ const toolsEnvSchema = z.object({
// Public
NEXT_PUBLIC_SITE_URL: z.url().default("http://localhost:3000"),
NEXT_PUBLIC_MARBLE_API_URL: z.url(),
// Server
DATABASE_URL: z