@beignet/cli 0.0.39 → 0.0.40

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.
@@ -6,7 +6,7 @@ import type { TemplateFile } from "./shared.js";
6
6
  * uses.
7
7
  *
8
8
  * The config, tokens, and most primitives are vendored byte-identically from
9
- * `apps/example-twitter-clone` (shadcn style "radix-nova"), which is the
9
+ * `apps/example-next-twitter-clone` (shadcn style "radix-nova"), which is the
10
10
  * repo's source of truth for this stack. `checkbox` and `label` are ported
11
11
  * from the radix-nova registry following the same conventions.
12
12
  */
@@ -50,7 +50,7 @@ export async function linkSmokeDependencies(
50
50
 
51
51
  const externalSource = path.join(
52
52
  repoRoot,
53
- "apps/example-linear-clone/node_modules",
53
+ "apps/example-next-linear-clone/node_modules",
54
54
  );
55
55
  const externalPackages = [
56
56
  "@electric-sql/pglite",