add sequelize-cli

This commit is contained in:
counterweight 2025-03-09 16:49:51 +01:00
parent bb68c0585a
commit 12a0c7563e
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
2 changed files with 829 additions and 6 deletions

832
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -36,6 +36,7 @@
"globals": "^15.15.0", "globals": "^15.15.0",
"playwright": "^1.50.1", "playwright": "^1.50.1",
"prettier": "^3.5.1", "prettier": "^3.5.1",
"prettier-plugin-ejs": "^1.0.3" "prettier-plugin-ejs": "^1.0.3",
"sequelize-cli": "^6.6.2"
} }
} }