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
quiz-competition
abd187d8b1c757e6c321e619853022fa61180cb7
abd187d8b1c757e6c321e619853022fa61180cb7
Switch branch/tag
quiz-competition
nodemon.json
Find file
Normal view
History
Permalink
nodemon.json
75 Bytes
Edit
Web IDE
Newer
Older
edit problem중
Yoon, Daeki
committed
Sep 29, 2020
1
2
3
4
5
6
{
"watch"
:
[
"src/server"
],
"env"
:
{
"NODE_ENV"
:
"development"
}
}