mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 06:08:13 +02:00
created a websocket to witness the progress of the processing
This commit is contained in:
@ -2,7 +2,7 @@ import express, { json } from "express";
|
||||
import cors from "cors";
|
||||
import dotenv from "dotenv";
|
||||
import routes from "./routes/index.js";
|
||||
import createSocketServer from "./socket.js";
|
||||
import { createSocketServer } from "./socket.js";
|
||||
|
||||
dotenv.config();
|
||||
|
||||
|
Reference in New Issue
Block a user