Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
syhner committed Apr 3, 2024
1 parent 70b35dd commit 4214a60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions api/index.tsx
Original file line number Diff line number Diff line change
@@ -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';

Expand Down

0 comments on commit 4214a60

Please sign in to comment.