Fixed docker deploments, moved files to _folders in dispatch app
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"use client";
|
||||
import { io } from "socket.io-client";
|
||||
import { io, Socket } from "socket.io-client";
|
||||
|
||||
import type { Socket } from "socket.io-client";
|
||||
console.log("ENV:", process.env.NEXT_PUBLIC_DISPATCH_SERVER_URL);
|
||||
|
||||
export const dispatchSocket: Socket = io(process.env.NEXT_PUBLIC_DISPATCH_SERVER_URL, {
|
||||
autoConnect: false,
|
||||
|
||||
Reference in New Issue
Block a user