Skip to content

Commit

Permalink
fixed module not being resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasfroeller committed Apr 29, 2024
1 parent 08e7325 commit 142c6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import HyperExpress from 'hyper-express';
const HyperExpress = require('hyper-express');
export const webserver = new HyperExpress.Server();

// Create GET route to serve 'Hello World'
Expand Down

0 comments on commit 142c6e2

Please sign in to comment.