feat: add baseURL dev and sequelize error

This commit is contained in:
2024-10-19 17:32:02 +08:00
parent 5c3f454d8c
commit 644539b624
10 changed files with 70 additions and 12 deletions

21
pnpm-lock.yaml generated
View File

@@ -14,9 +14,12 @@ importers:
'@kevisual/router':
specifier: ^0.0.2
version: 0.0.2
pg-hstore:
specifier: ^2.3.4
version: 2.3.4
sequelize:
specifier: ^6.37.4
version: 6.37.4(sqlite3@5.1.7)
version: 6.37.4(pg-hstore@2.3.4)(sqlite3@5.1.7)
sqlite3:
specifier: ^5.1.7
version: 5.1.7
@@ -811,6 +814,10 @@ packages:
pg-connection-string@2.7.0:
resolution: {integrity: sha512-PI2W9mv53rXJQEOb8xNR8lH7Hr+EKa6oJa38zsK0S/ky2er16ios1wLKhZyxzD7jUReiWokc9WK5nxSnC7W1TA==}
pg-hstore@2.3.4:
resolution: {integrity: sha512-N3SGs/Rf+xA1M2/n0JBiXFDVMzdekwLZLAO0g7mpDY9ouX+fDI7jS6kTq3JujmYbtNSJ53TJ0q4G98KVZSM4EA==}
engines: {node: '>= 0.8.x'}
picomatch@4.0.2:
resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==}
engines: {node: '>=12'}
@@ -1030,6 +1037,9 @@ packages:
engines: {node: '>=14.17'}
hasBin: true
underscore@1.13.7:
resolution: {integrity: sha512-GMXzWtsc57XAtguZgaQViUOzs0KTkk8ojr3/xAxXLITqf/3EMwxC0inyETfDFjH/Krbhuep0HNbbjI9i/q3F3g==}
undici-types@6.19.8:
resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==}
@@ -1906,6 +1916,10 @@ snapshots:
pg-connection-string@2.7.0: {}
pg-hstore@2.3.4:
dependencies:
underscore: 1.13.7
picomatch@4.0.2: {}
prebuild-install@7.1.2:
@@ -2007,7 +2021,7 @@ snapshots:
sequelize-pool@7.1.0: {}
sequelize@6.37.4(sqlite3@5.1.7):
sequelize@6.37.4(pg-hstore@2.3.4)(sqlite3@5.1.7):
dependencies:
'@types/debug': 4.1.12
'@types/validator': 13.12.2
@@ -2026,6 +2040,7 @@ snapshots:
validator: 13.12.0
wkx: 0.5.0
optionalDependencies:
pg-hstore: 2.3.4
sqlite3: 5.1.7
transitivePeerDependencies:
- supports-color
@@ -2158,6 +2173,8 @@ snapshots:
typescript@5.6.3: {}
underscore@1.13.7: {}
undici-types@6.19.8: {}
unique-filename@1.1.1: