diff --git a/api/index.tsx b/api/index.tsx index 66de04d..63ccce7 100644 --- a/api/index.tsx +++ b/api/index.tsx @@ -1,10 +1,11 @@ /** - * This file is the entrypoint for all Vercel Functions. + * This file is the entrypoint for all Vercel Functions + * Imports should not uses path aliases defined in tsconfig.json */ import '../src/env'; // Validate env vars -import { createElysia } from '~/util/elysia'; +import { createElysia } from '../src/util/elysia'; // import { app } from '../src/app';