feat: Improve code organization

This commit is contained in:
2023-10-09 13:08:36 -06:00
parent d01f62004f
commit 4e6dbdcedb
62 changed files with 60 additions and 57 deletions

View File

@@ -4,8 +4,8 @@
"description": "ETA API",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
"start": "node src/",
"dev": "nodemon src/"
},
"repository": {
"type": "git",