Skip to content

Commit

Permalink
can remove ts-ignore now
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Dec 4, 2023
1 parent 68bbf43 commit 05a4c9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/adapter-node/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export const path = env('SOCKET_PATH', false);
export const host = env('HOST', '0.0.0.0');
export const port = env('PORT', !path && '3000');

// @ts-ignore - https://github.com/lukeed/polka/issues/199
const server = polka().use(handler);

server.listen({ path, host, port }, () => {
Expand Down

0 comments on commit 05a4c9e

Please sign in to comment.