ci: fix
parent
89fcfcc50b
commit
d32ec9bd52
1
bun.lock
1
bun.lock
|
|
@ -53,6 +53,7 @@
|
|||
"@types/node": "24.7.1",
|
||||
"drizzle-kit": "0.30.5",
|
||||
"mysql2": "3.14.4",
|
||||
"typescript": "catalog:",
|
||||
},
|
||||
},
|
||||
"packages/console/function": {
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@
|
|||
"@types/bun": "1.3.0",
|
||||
"@types/node": "24.7.1",
|
||||
"drizzle-kit": "0.30.5",
|
||||
"mysql2": "3.14.4"
|
||||
"mysql2": "3.14.4",
|
||||
"typescript": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue