@tscircuit/cli 0.1.358 → 0.1.359
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.js +2 -2
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -72198,7 +72198,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
|
|
|
72198
72198
|
import { execSync as execSync2 } from "node:child_process";
|
|
72199
72199
|
var import_semver2 = __toESM2(require_semver2(), 1);
|
|
72200
72200
|
// package.json
|
|
72201
|
-
var version = "0.1.
|
|
72201
|
+
var version = "0.1.358";
|
|
72202
72202
|
var package_default = {
|
|
72203
72203
|
name: "@tscircuit/cli",
|
|
72204
72204
|
version,
|
|
@@ -77243,7 +77243,7 @@ var registerDev = (program3) => {
|
|
|
77243
77243
|
|
|
77244
77244
|
${kleur_default.green(`@tscircuit/cli@${getVersion()}`)} ${kleur_default.gray("ready in")} ${kleur_default.white(`${Math.round(timeToStart)}ms`)}`);
|
|
77245
77245
|
console.log(`
|
|
77246
|
-
${kleur_default.bold("➜ Local:")} ${kleur_default.underline(kleur_default.cyan(`http://localhost:${port}`))}
|
|
77246
|
+
${kleur_default.bold("➜ Local:")} ${kleur_default.underline(kleur_default.cyan(`http://localhost:${port}`))}${server.componentFilePath ? kleur_default.underline(kleur_default.cyan(`/#file=${encodeURIComponent(path20.relative(process.cwd(), server.componentFilePath).replaceAll("\\", "/"))}`)) : ""}
|
|
77247
77247
|
|
|
77248
77248
|
`);
|
|
77249
77249
|
console.log(kleur_default.gray(`Watching ${kleur_default.underline(server.projectDir.split("/").slice(-2).join("/"))} for changes...`));
|