Skip to content

Commit

Permalink
missing backspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Lautakoksi committed May 9, 2023
1 parent d91d66c commit 35a878f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ const engineOptions: ChannelEngineOpts = {

const engine = new ChannelEngine(refAssetManager, engineOptions);
engine.start();
engine.listen(process.env.PORT || 8000);
engine.listen(process.env.PORT || 8000);

0 comments on commit 35a878f

Please sign in to comment.