Commit 40c92bc4 authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

minor update

parent e64006a7
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
}, },
"scripts": { "scripts": {
"start:dev": "nodemon ./src/index.ts", "start:dev": "nodemon ./src/index.ts",
"start": "nodemon ./built/app.js", "start": "nodemon ./built/index.js",
"test": "jest", "test": "jest",
"clean-code": "ts-standard --fix", "clean-code": "ts-standard --fix",
"check-types": "tsc --noEmit", "check-types": "tsc --noEmit",
......
Markdown is supported
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