Rename src dir to server

This commit is contained in:
William Brawner 2020-09-01 18:37:55 +00:00
parent a0849ba3c2
commit 3c1f0e4c48
7 changed files with 1 additions and 1 deletions

View file

@ -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>",