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-10 11:05:32 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
219ffd02d7663c384efb9a879060a73008e761ab
219ffd02
1 parent
977a6280
소켓io 추가
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
package.json
yarn.lock
package.json
View file @
219ffd0
...
...
@@ -4,7 +4,8 @@
"express"
:
"^4.17.1"
,
"express-async-errors"
:
"^3.1.1"
,
"express-handlebars"
:
"^5.2.0"
,
"monk"
:
"^7.3.2"
"monk"
:
"^7.3.2"
,
"socket.io"
:
"^3.0.4"
},
"scripts"
:
{
"start"
:
"node src/main.js"
...
...
yarn.lock
View file @
219ffd0
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment