@hathbanger/jr-studio 0.0.4 → 0.0.5
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -86906,7 +86906,7 @@ async function networkSetAction(network) {
|
|
|
86906
86906
|
|
|
86907
86907
|
// src/index.ts
|
|
86908
86908
|
var program2 = new Command();
|
|
86909
|
-
program2.name("jr-studio").description("AI music generation CLI powered by EvoLink (Suno models)").version("0.0.
|
|
86909
|
+
program2.name("jr-studio").description("AI music generation CLI powered by EvoLink (Suno models)").version("0.0.5").option("--url <url>", "JR Studio base URL \u2014 saved to ~/.jr-studio/config.json for future calls");
|
|
86910
86910
|
program2.hook("preAction", () => {
|
|
86911
86911
|
const { url } = program2.opts();
|
|
86912
86912
|
if (url) writeJrConfig({ api_url: url.replace(/\/$/, "") });
|