@quickdapp/cli 3.10.1 → 3.10.2

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -0
  2. 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-plugin`);
7794
7797
  } catch (error) {
7795
7798
  console.error(`
7796
7799
  Error:`, error instanceof Error ? error.message : String(error));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quickdapp/cli",
3
- "version": "3.10.1",
3
+ "version": "3.10.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },