Skip to content

Commit cb4cafd

Browse files
authored
Uncomment installation instructions for TypeScript types q
1 parent f3407a4 commit cb4cafd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server-template.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// node --env-file .env server-template.ts
55
// express extension: https://raw.githubusercontent.com/stopsopa/roderic/86495ef554314d388e7f6ef10ee4de6d12bcbcff/libs/express-extend-res.js?token=GHSAT0AAAAAACVQ4Q66S6J6DLZRVFB5DQLSZXEOC2Q
6-
// pnpm install "@types/express" "@types/lodash" "@types/node"
6+
// pnpm install "@types/express" "@types/lodash" "@types/node" "@types/serve-index"
77

88
import path from "path";
99

0 commit comments

Comments
 (0)