Toggle navigation
Toggle navigation
This project
Loading...
Sign in
방승일
/
mamuri-bot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
윤준석
2022-05-24 01:13:27 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b122fb12907b926ce0598ae23076c72a438a2377
b122fb12
1 parent
3028f37b
ADD: node.js sequelize orm install and initialization
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
server/package-lock.json
server/package.json
server/package-lock.json
View file @
b122fb1
This diff is collapsed. Click to expand it.
server/package.json
View file @
b122fb1
...
...
@@ -18,6 +18,8 @@
"@line/bot-sdk"
:
"^7.5.0"
,
"dotenv"
:
"^16.0.1"
,
"express"
:
"^4.18.1"
,
"nodemon"
:
"^2.0.16"
"mysql2"
:
"^2.3.3"
,
"nodemon"
:
"^2.0.16"
,
"sequelize"
:
"^6.20.0"
}
}
...
...
Please
register
or
login
to post a comment