Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
survey
4973796e7a64cac18470d07b5968f80c12fdd341
4973796e7a64cac18470d07b5968f80c12fdd341
Switch branch/tag
survey
nodemon.json
Find file
Normal view
History
Permalink
nodemon.json
105 Bytes
Edit
Web IDE
Newer
Older
프로젝트 초기 설정
Yoon, Daeki
committed
Jun 23, 2022
1
2
3
4
5
6
{
"ignore"
:
[
"test/*"
],
"watch"
:
[
"./src"
],
"ext"
:
"ts,json"
,
"exec"
:
"ts-node ./src/index.ts"
}