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
eue
Commits
81b7e5fa
Commit
81b7e5fa
authored
May 26, 2021
by
KangMin An
Browse files
Update : 서버 실행 Script 추가(nodemon 제거 버전).
parent
e55ec4f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/package.json
View file @
81b7e5fa
...
...
@@ -4,7 +4,8 @@
"description"
:
""
,
"main"
:
"init.js"
,
"scripts"
:
{
"dev:server"
:
"nodemon --exec babel-node src/init.js --delay 2"
"dev:server"
:
"nodemon --exec babel-node src/init.js --delay 2"
,
"start"
:
"babel-node src/init.js"
},
"repository"
:
{
"type"
:
"git"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment