Skip to content

Commit

Permalink
easy
Browse files Browse the repository at this point in the history
  • Loading branch information
0-don committed Nov 22, 2024
1 parent cd5f47e commit ca8eb3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ export default async function middleware(request: NextRequest) {

export const config = {
matcher: ["/((?!api|_next|_vercel|.*\\..*).*)"],
unstable_allowDynamic: ["/node_modules/elysia/**"],
};
3 changes: 1 addition & 2 deletions src/utils/env/client/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Type as t } from "@sinclair/typebox/type";
import { Elysia } from "elysia";
import { Elysia, t } from "elysia";

/** Schema for client-side environment variables in typebox */
const {
Expand Down
3 changes: 1 addition & 2 deletions src/utils/env/server/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Type as t } from "@sinclair/typebox/type";
import Elysia from "elysia";
import { Elysia, t } from "elysia";

const {
models: { serverSchema },
Expand Down

0 comments on commit ca8eb3f

Please sign in to comment.