Move code to src/ dir

Signed-off-by: William Brawner <me@wbrawner.com>
This commit is contained in:
William Brawner 2020-09-01 16:30:29 +00:00
parent baefeec6c6
commit 27d415ffa0
7 changed files with 2 additions and 2 deletions

View file

@ -2,9 +2,9 @@
"name": "flayre-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"main": "src/index.js",
"scripts": {
"start": "node index.js",
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "William Brawner <me@wbrawner.com>",

View file

View file