refactor: rename src/core/launch.ts to open.ts

This commit is contained in:
2026-03-20 13:33:30 +05:30
parent 71523f2144
commit 962c9a474f
5 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { expect, test, mock, spyOn, beforeEach, afterEach, describe } from "bun:test";
import * as fs from "node:fs";
import * as os from "node:os";
import { launchMultiModel } from "../src/core/launch";
import { launchMultiModel } from "../src/core/open";
import {
shellQuote,
normalizeModels,