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
2be6215c
Commit
2be6215c
authored
Jul 21, 2021
by
KangMin An
Browse files
Update : Execute server for window.
parent
1c096966
Changes
1
Show whitespace changes
Inline
Side-by-side
server/package.json
View file @
2be6215c
...
...
@@ -5,6 +5,7 @@
"main"
:
"init.js"
,
"scripts"
:
{
"dev:server"
:
"nodemon --exec babel-node src/init.js --delay 2"
,
"dev:server_window"
:
"nodemon --exec
\"
npx babel-node src/init.js
\"
--delay 2"
,
"start"
:
"babel-node src/init.js"
},
"repository"
:
{
...
...
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