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
Today KU
Commits
155b7e3c
Commit
155b7e3c
authored
Nov 12, 2021
by
Daeki Yoon
Browse files
package.json start and package-lock.json delete
parent
ce160b3a
Changes
2
Show whitespace changes
Inline
Side-by-side
.gitignore
View file @
155b7e3c
/node_modules
/node_modules
package-lock.json
.env.dev
.env.dev
.env
.env
package.json
View file @
155b7e3c
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
"main"
:
"index.js"
,
"main"
:
"index.js"
,
"type"
:
"module"
,
"type"
:
"module"
,
"scripts"
:
{
"scripts"
:
{
"start"
:
"node server/index.js"
,
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
,
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
,
"dev"
:
"nodemon ./server/index.js"
"dev"
:
"nodemon ./server/index.js"
},
},
...
...
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