2 parents 1fd4092 + 9a70a4e commit 6a72fafCopy full SHA for 6a72faf
1 file changed
server/scripts/dev-watch.ts
@@ -5,7 +5,7 @@ import { fileURLToPath } from "node:url";
5
import { resolveServerDevWatchIgnorePaths } from "../src/dev-watch-ignore.ts";
6
7
const require = createRequire(import.meta.url);
8
-const tsxCliPath = require.resolve("tsx/dist/cli.mjs");
+const tsxCliPath = require.resolve("tsx/cli");
9
const serverRoot = path.resolve(path.dirname(fileURLToPath(import.meta.url)), "..");
10
const ignoreArgs = resolveServerDevWatchIgnorePaths(serverRoot).flatMap((ignorePath) => ["--exclude", ignorePath]);
11
0 commit comments