Toggle navigation
Toggle navigation
This project
Loading...
Sign in
201side
/
floater
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
3
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
robin*
2020-12-09 12:43:22 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
61503c44f36d4cd8f64bc286f55e0dddfae0b389
61503c44
1 parent
31eda76b
start 스크립트 추가
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
package.json
package.json
View file @
61503c4
...
@@ -5,5 +5,8 @@
...
@@ -5,5 +5,8 @@
5
"express-async-errors"
:
"^3.1.1"
,
5
"express-async-errors"
:
"^3.1.1"
,
6
"express-handlebars"
:
"^5.2.0"
,
6
"express-handlebars"
:
"^5.2.0"
,
7
"monk"
:
"^7.3.2"
7
"monk"
:
"^7.3.2"
8
+
},
9
+
"scripts"
:
{
10
+
"start"
:
"node src/main.js"
8
}
11
}
9
}
12
}
...
...
Please
register
or
login
to post a comment