Skip to content
Snippets Groups Projects
Commit 025ee54d authored by DewanaGustavus's avatar DewanaGustavus
Browse files

refactor: move index.ts inside src

parent faaf9f25
No related merge requests found
......@@ -7,7 +7,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx tsc",
"start": "node dist/index.js",
"dev": "nodemon -L --config nodemon.json index.ts "
"dev": "nodemon -L --config nodemon.json src/index.ts "
},
"repository": {
"type": "git",
......
File moved
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment