fix(bun): import setTimeout/setInterval from "node:timers" for .unref() to correctly work

This commit is contained in:
Joakim Carlstein 2024-02-05 15:09:29 +01:00 committed by Joakim Carlstein
parent db656c2310
commit 543b7f6f77
4 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
'@emigrate/cli': patch
---
Use setTimeout/setInterval from "node:timers" so that .unref() correctly works with Bun