@quickdapp/cli 3.10.2 → 3.10.4
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
|
@@ -7793,7 +7793,7 @@ Next steps:`);
|
|
|
7793
7793
|
console.log(` bun run dev`);
|
|
7794
7794
|
console.log(`
|
|
7795
7795
|
\uD83D\uDCA1 Using an AI code editor? Install the QuickDapp LLM plugin for a better experience:`);
|
|
7796
|
-
console.log(` https://docs.quickdapp.xyz/vibe-coding/llm-
|
|
7796
|
+
console.log(` https://docs.quickdapp.xyz/vibe-coding/llm-plugins`);
|
|
7797
7797
|
} catch (error) {
|
|
7798
7798
|
console.error(`
|
|
7799
7799
|
Error:`, error instanceof Error ? error.message : String(error));
|