From a15694ada82f947307b538c07ba184ac5014aeec Mon Sep 17 00:00:00 2001 From: alikia2x Date: Sun, 13 Oct 2024 18:01:56 +0800 Subject: [PATCH] fix: import path in start script --- server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.ts b/server.ts index 9e6df04..51a0351 100644 --- a/server.ts +++ b/server.ts @@ -6,7 +6,7 @@ import { networkInterfaces } from "os"; import cac from "cac"; import { configureBackendRoutes } from "./backend/route"; import { Server, IncomingMessage, ServerResponse } from "http"; -import { getLocalhostAddressIfDiffersFromDNS, wildcardHosts } from "lib/server/startScript"; +import { getLocalhostAddressIfDiffersFromDNS, wildcardHosts } from "./lib/server/startScript"; async function helloMessage() { const { base } = await ViteExpress.getViteConfig();