mirror of
https://github.com/lmstudio-ai/lms.git
synced 2025-09-19 12:54:19 +08:00
Transition to rollup to support exports (#106)
* Use .js for imports * WIP * WIP * Finish transitioning to esm * Disable experimental commands * Bring back bootstrap
This commit is contained in:
@ -6,9 +6,9 @@ import { option, optional, string } from "cmd-ts";
|
||||
import { readFile } from "fs/promises";
|
||||
import { homedir } from "os";
|
||||
import path from "path";
|
||||
import { type LogLevelArgs } from "./logLevel";
|
||||
import { checkHttpServer } from "./subcommands/server";
|
||||
import { refinedNumber } from "./types/refinedNumber";
|
||||
import { type LogLevelArgs } from "./logLevel.js";
|
||||
import { checkHttpServer } from "./subcommands/server.js";
|
||||
import { refinedNumber } from "./types/refinedNumber.js";
|
||||
|
||||
interface AppInstallLocation {
|
||||
path: string;
|
||||
|
Reference in New Issue
Block a user