@quickdapp/cli 3.10.1 → 3.10.3
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 +3 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7791,6 +7791,9 @@ Next steps:`);
|
|
|
7791
7791
|
console.log(` docker compose up -d`);
|
|
7792
7792
|
console.log(` bun run db push`);
|
|
7793
7793
|
console.log(` bun run dev`);
|
|
7794
|
+
console.log(`
|
|
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-plugins`);
|
|
7794
7797
|
} catch (error) {
|
|
7795
7798
|
console.error(`
|
|
7796
7799
|
Error:`, error instanceof Error ? error.message : String(error));
|