create-z3 0.0.30 → 0.0.31

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2620,9 +2620,9 @@ program.name("create-z3").version(packageJson.version).description("CLI for scaf
2620
2620
  }
2621
2621
  console.log();
2622
2622
  console.log(chalk2.dim("\u{1F4A1} TweakCN themes: Visit https://tweakcn.com/themes/[theme-id]"));
2623
- console.log(chalk2.dim(' Click "Code" button, copy the CSS, then paste in the editor.'));
2623
+ console.log(chalk2.dim(' Click "Code" button and copy the CSS.'));
2624
2624
  const applyTheme = await confirm({
2625
- message: "Apply a custom TweakCN theme? (will open your text editor)",
2625
+ message: "Apply a custom TweakCN theme? (This will open your editor - paste CSS, save, and close file to continue)",
2626
2626
  default: false
2627
2627
  });
2628
2628
  let tweakcnTheme;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-z3",
3
- "version": "0.0.30",
3
+ "version": "0.0.31",
4
4
  "type": "module",
5
5
  "description": "CLI for scaffolding Z3 Stack applications (TanStack/Next.js + Convex + Better Auth)",
6
6
  "bin": {