Merge pull request #77 from bipproduction/prisma/seeder

# fix
This commit is contained in:
Bagasbanuna02
2024-07-24 11:22:20 +08:00
committed by GitHub

View File

@@ -5,6 +5,6 @@ declare global {
} }
const mqtt_client = const mqtt_client =
globalThis.mqtt_client || mqtt.connect("ws://wibudev.com:3003"); globalThis.mqtt_client || mqtt.connect("wss://io.wibudev.com");
export default mqtt_client; export default mqtt_client;