move documentation of environment variables into lib/env.ts

This commit is contained in:
2025-04-09 14:48:40 -04:00
parent eb92e54fd6
commit cf6c2157f8
11 changed files with 226 additions and 169 deletions
+4 -4
View File
@@ -23,8 +23,8 @@
"@giscus/react": "^3.1.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/bundle-analyzer": "15.3.0-canary.45",
"@next/mdx": "15.3.0-canary.45",
"@next/bundle-analyzer": "15.3.0-canary.46",
"@next/mdx": "15.3.0-canary.46",
"@octokit/graphql": "^8.2.1",
"@octokit/graphql-schema": "^15.26.0",
"@t3-oss/env-nextjs": "^0.12.0",
@@ -37,7 +37,7 @@
"geist": "^1.3.1",
"html-entities": "^2.6.0",
"lucide-react": "0.487.0",
"next": "15.3.0-canary.45",
"next": "15.3.0-canary.46",
"polished": "^4.3.1",
"prop-types": "^15.8.1",
"react": "19.1.0",
@@ -80,7 +80,7 @@
"babel-plugin-react-compiler": "19.0.0-beta-e993439-20250405",
"cross-env": "^7.0.3",
"eslint": "^9.24.0",
"eslint-config-next": "15.3.0-canary.45",
"eslint-config-next": "15.3.0-canary.46",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-css-modules": "^2.12.0",
"eslint-plugin-import": "^2.31.0",