This commit is contained in:
root
2025-09-26 10:06:59 +00:00
parent 3489ea55a2
commit 960832af6b
2 changed files with 8 additions and 3 deletions
+4 -1
View File
@@ -8,7 +8,10 @@ export default function Stacks() {
const [error, setError] = useState("");
useEffect(() => {
const socket = io("/", { transports: ["websocket"] });
const socket = io("/", {
path: "/socket.io",
transports: ["websocket"]
});
console.log("🔌 Socket connected");
socket.on("redeployStatus", async ({ stackId, status }) => {