Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit d401a23

Browse files
committed
2 parents fcd1005 + 2400bfb commit d401a23

File tree

1 file changed

+1
-1
lines changed
  • containers/typescript-node-lts/test-project/src

1 file changed

+1
-1
lines changed

containers/typescript-node-lts/test-project/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Licensed under the MIT License. See LICENSE in the project root for license information.
44
*---------------------------------------------------------------------------------------*/
55

6-
import * as express from 'express';
6+
import * as express from 'express';
77

88
// Constants
99
const PORT = 3000;

0 commit comments

Comments
 (0)