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

Commit 4f44997

Browse files
committed
npm update
1 parent 25c9c18 commit 4f44997

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+275
-81
lines changed

README.md

Lines changed: 1 addition & 1 deletion

app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,11 +340,11 @@ const PORT = process.env.PORT || 3000;
340340

341341
// app.listen(4000, () => {
342342
// console.log(`listening on 4000`);
343-
// })
343+
// });
344344

345345
// รันบน server
346346

347347
app.listen(PORT, () => {
348348
console.log(PORT);
349349
console.log(`listening on Port ${PORT}`);
350-
})
350+
});

node_modules/.package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@types/node/README.md

Lines changed: 2 additions & 2 deletions

node_modules/@types/node/assert.d.ts

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@types/node/async_hooks.d.ts

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@types/node/buffer.d.ts

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@types/node/child_process.d.ts

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@types/node/cluster.d.ts

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@types/node/console.d.ts

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)