Skip to content

Commit 4b32838

Browse files
committed
Replace slackApiConnection import with one that'll work after build.
1 parent 5f6f18d commit 4b32838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { z } from "zod";
99
import { authenticateSocket, isServerSocket } from "./auth";
1010
import { env, validateEnv } from "../lib/env.js";
1111
import { readFileSync } from "node:fs";
12-
import slackApiConnection from "@/lib/slack/slackApiConnection";
12+
import slackApiConnection from "../lib/slack/slackApiConnection";
1313

1414
const dev = env.NODE_ENV !== "production";
1515
const doSSL = env.DEV_SSL === "true";

0 commit comments

Comments
 (0)