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 3317b11 commit 8e0509fCopy full SHA for 8e0509f
cli/common/bsb.js
@@ -5,8 +5,8 @@ import * as fs from "node:fs";
5
import { createServer } from "node:http";
6
import * as os from "node:os";
7
import * as path from "node:path";
8
-import { WebSocket } from "#lib/minisocket";
9
+import { WebSocket } from "./minisocket.js";
10
import { rescript_exe } from "./bins.js";
11
12
const cwd = process.cwd();
lib/minisocket.js renamed to cli/common/minisocket.js
0 commit comments