fix(mysql): only unreference connections in a Bun environment as it has problems with Node for some reason
This commit is contained in:
parent
98e3ed5c1b
commit
17feb2d2c2
4 changed files with 26 additions and 9 deletions
|
|
@ -43,7 +43,9 @@
|
|||
"mysql2": "3.6.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@emigrate/tsconfig": "workspace:*"
|
||||
"@emigrate/tsconfig": "workspace:*",
|
||||
"@types/bun": "1.0.5",
|
||||
"bun-types": "1.0.26"
|
||||
},
|
||||
"volta": {
|
||||
"extends": "../../package.json"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue