Merge pull request 'Change `npm start` script to run app.js' (#42) from samr/teddit:issue/fixnpmstart into main

Reviewed-on: https://codeberg.org/teddit/teddit/pulls/42
This commit is contained in:
teddit 2020-12-06 11:35:28 +01:00
commit 9f166074c7
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
"start": "node app.js"
},
"author": "",
"license": ""