Update src/server.ts
This commit is contained in:
parent
42f5ef5f96
commit
447dca754b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import {
|
|||
} from "bun";
|
||||
import { resolve } from "path";
|
||||
|
||||
import { webSocketHandler } from "@/WebSocketHandler";
|
||||
import { webSocketHandler } from "@/webSocketHandler";
|
||||
|
||||
class ServerHandler {
|
||||
private router: FileSystemRouter;
|
||||
|
|
Loading…
Add table
Reference in a new issue