Change React template from Vite to create-react-app.

This commit is contained in:
James Murdza
2024-07-31 17:09:24 -07:00
parent 2e68b0b537
commit a74f7bf71a
2 changed files with 32 additions and 32 deletions

View File

@ -158,7 +158,7 @@ io.on("connection", async (socket) => {
console.log("Created container ", data.sandboxId);
io.emit(
"previewURL",
"https://" + containers[data.sandboxId].getHostname(5173)
"https://" + containers[data.sandboxId].getHostname(3000)
);
}
} catch (e: any) {