We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd5f47e commit ca8eb3fCopy full SHA for ca8eb3f
src/middleware.ts
@@ -12,4 +12,5 @@ export default async function middleware(request: NextRequest) {
12
13
export const config = {
14
matcher: ["/((?!api|_next|_vercel|.*\\..*).*)"],
15
+ unstable_allowDynamic: ["/node_modules/elysia/**"],
16
};
src/utils/env/client/index.ts
@@ -1,5 +1,4 @@
1
-import { Type as t } from "@sinclair/typebox/type";
2
-import { Elysia } from "elysia";
+import { Elysia, t } from "elysia";
3
4
/** Schema for client-side environment variables in typebox */
5
const {
src/utils/env/server/index.ts
-import Elysia from "elysia";
models: { serverSchema },
0 commit comments