fix: import path in start script

This commit is contained in:
alikia2x (寒寒) 2024-10-13 18:01:56 +08:00
parent 43da50f37c
commit a15694ada8

View File

@ -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();