feat: add t3 env package

This commit is contained in:
Simon Emanuelsson
2024-02-16 12:59:06 +01:00
parent fa445b6f41
commit 0a1df4d45c
11 changed files with 147 additions and 195 deletions

View File

@@ -1,6 +1,6 @@
import "server-only"
import { request as graphqlRequest } from "graphql-request"
import { env } from "@/env/server.mjs"
import { env } from "@/env/server"
import type { Data } from "@/types/request"
import type { DocumentNode } from "graphql"