diff --git a/package.json b/package.json index 0deadf9..3aeef4b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "license": "GPL-3.0-or-later", "author": "Fred Boniface", - "main": "express.js", + "main": "app.js", "scripts": { "build": "tsc", "run": "tsc && node dist/app.js",