We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f6f18d commit 4b32838Copy full SHA for 4b32838
server/index.ts
@@ -9,7 +9,7 @@ import { z } from "zod";
9
import { authenticateSocket, isServerSocket } from "./auth";
10
import { env, validateEnv } from "../lib/env.js";
11
import { readFileSync } from "node:fs";
12
-import slackApiConnection from "@/lib/slack/slackApiConnection";
+import slackApiConnection from "../lib/slack/slackApiConnection";
13
14
const dev = env.NODE_ENV !== "production";
15
const doSSL = env.DEV_SSL === "true";
0 commit comments