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
travel
a4f3f070cc6410924e6d95426ab1362554c2c355
a4f3f070cc6410924e6d95426ab1362554c2c355
Switch branch/tag
travel
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"
}