1
0

🚚 Move chatClient, pubSubClient and webServer to helpers

This commit is contained in:
2021-06-18 19:31:20 +02:00
parent 5256ebe6ae
commit fa1e87115b
5 changed files with 13 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
import { promises as fs } from "fs";
import { handleClientAction } from "../chatClient";
import { handleClientAction } from "./chatClient";
import { resolve } from "path";
export {