Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
move minisocket.js
# Conflicts:
#	cli/common/bsb.js
  • Loading branch information
cometkim authored and cknitt committed Aug 24, 2025
commit fc76a2ef3b8da27f8fde2dc75f48ff8b9d5b682c
2 changes: 1 addition & 1 deletion cli/common/bsb.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import * as fs from "node:fs";
import { createServer } from "node:http";
import * as os from "node:os";
import * as path from "node:path";
import { WebSocket } from "#lib/minisocket";

import { WebSocket } from "./minisocket.js";
import { rescript_legacy_exe } from "./bins.js";

const cwd = process.cwd();
Expand Down
File renamed without changes.