Skip to content

Commit

Permalink
test build
Browse files Browse the repository at this point in the history
  • Loading branch information
cungminh2710 committed Apr 30, 2024
1 parent db131bf commit f341c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/coderum-dev/src/app/api/trpc/[trpc]/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { env } from '@/env';
import { appRouter } from '@/server/api/root';
import { createTRPCContext } from '@/server/api/trpc';

export const config = { runtime: 'edge' };
export const runtime = 'edge';

/**
* This wraps the `createTRPCContext` helper and provides the required context for the tRPC API when
Expand Down

0 comments on commit f341c11

Please sign in to comment.