Fix package.json

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface 2023-09-28 11:34:21 +01:00
parent 9a4f621f69
commit 7a6dc186f3
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
}, },
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"author": "Fred Boniface", "author": "Fred Boniface",
"main": "express.js", "main": "app.js",
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
"run": "tsc && node dist/app.js", "run": "tsc && node dist/app.js",