build: Install pg and pg-hstore

This commit is contained in:
Foster Hangdaan 2024-12-13 20:11:58 -05:00
parent 992c1934a3
commit c3f5bf35a1
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -26,6 +26,8 @@
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.1",
"@std/dotenv": "jsr:@std/dotenv@0.216.0",
"@valibot/valibot": "jsr:@valibot/valibot@0.42.1",
"pg": "npm:pg@^8.13.1",
"pg-hstore": "npm:pg-hstore@^2.3.4",
"preact": "https://esm.sh/preact@10.22.0",
"preact/": "https://esm.sh/preact@10.22.0/",
"sequelize": "npm:sequelize@6.37.5",