Rename src dir to server
This commit is contained in:
parent
a0849ba3c2
commit
3c1f0e4c48
7 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
"description": "",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"start": "node src/index.js",
|
||||
"start": "node server/index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "William Brawner <me@wbrawner.com>",
|
||||
|
|
Loading…
Reference in a new issue