add sequelize
This commit is contained in:
parent
1a3ba36e04
commit
8cd6724c40
2
install
2
install
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
PACKAGES="gulp-cli gulper gulp mocha"
|
PACKAGES="gulp-cli gulper gulp mocha sequelize-cli"
|
||||||
|
|
||||||
if [[ $APP_DEBUG == 'true' ]]; then
|
if [[ $APP_DEBUG == 'true' ]]; then
|
||||||
npm i
|
npm i
|
||||||
|
|
|
@ -25,8 +25,11 @@
|
||||||
"ioredis": "^5.3.1",
|
"ioredis": "^5.3.1",
|
||||||
"js-base64": "^3.7.5",
|
"js-base64": "^3.7.5",
|
||||||
"mocha": "^10.2.0",
|
"mocha": "^10.2.0",
|
||||||
|
"pg": "^8.9.0",
|
||||||
|
"pg-hstore": "^2.3.4",
|
||||||
"pug": "^3.0.2",
|
"pug": "^3.0.2",
|
||||||
"redis": "^4.6.4",
|
"redis": "^4.6.4",
|
||||||
|
"sequelize": "^6.28.0",
|
||||||
"unit.js": "^2.1.1"
|
"unit.js": "^2.1.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue