Skip to content

Commit

Permalink
wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Mar 17, 2024
1 parent ae4839a commit 314a8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import routes from './routes.js';
import serverless from 'serverless-http'

export const handler = serverless(createApp())

console.log("handler...", handler)
function createApp() {
const root = './';
const apiPort = process.env.PORT || 3000;
Expand Down

0 comments on commit 314a8ad

Please sign in to comment.