Ensure bitdrift is enabled in dev

This commit is contained in:
Eric Bailey
2025-02-11 21:50:31 -06:00
parent 3d8804ddaf
commit 1d859325c7
+1 -1
View File
@@ -25,7 +25,7 @@ const TRANSPORTS: Transport[] = (function configureTransports() {
return [] return []
} }
default: { default: {
return [consoleTransport] return [consoleTransport, bitdriftTransport]
} }
} }
})() })()