mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-22 23:09:28 +01:00
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:
commit
9f166074c7
@ -18,7 +18,7 @@
|
||||
"devDependencies": {},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "node server.js"
|
||||
"start": "node app.js"
|
||||
},
|
||||
"author": "",
|
||||
"license": ""
|
||||
|
Loading…
Reference in New Issue
Block a user