Skip to content

Commit

Permalink
Feat/#6: 기본과제
Browse files Browse the repository at this point in the history
  • Loading branch information
kkl4846 committed Nov 25, 2022
1 parent 78f9760 commit e351b7e
Show file tree
Hide file tree
Showing 24 changed files with 3,616 additions and 0 deletions.
6 changes: 6 additions & 0 deletions seminar04/basic/nodemon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"watch": ["src", ".env"],
"ext": "js,ts,json",
"ignore": ["src/**/*.spec.ts"],
"exec": "ts-node --transpile-only ./src/index.ts"
}
Loading

0 comments on commit e351b7e

Please sign in to comment.