feat(WEB-170): edit profile view

This commit is contained in:
Simon Emanuelsson
2024-04-11 18:51:38 +02:00
parent 82e4d40203
commit 9396b2c3d5
114 changed files with 3642 additions and 2171 deletions
+1
View File
@@ -2,6 +2,7 @@ import { createEnv } from "@t3-oss/env-nextjs"
import { z } from "zod"
export const env = createEnv({
isServer: typeof window === "undefined" || "Deno" in window,
server: {
ADOBE_SCRIPT_SRC: z.string().optional(),
BUILD_ID: z.string().default("64rYXBu8o2eHp0Jf"),