@builder.io/ai-utils 0.5.25 → 0.5.26
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/package.json +1 -1
- package/src/projects.js +3 -0
package/package.json
CHANGED
package/src/projects.js
CHANGED
|
@@ -3,6 +3,9 @@ export const EXAMPLE_REPOS = [
|
|
|
3
3
|
"steve8708/carbon-vite",
|
|
4
4
|
"steve8708/vite-react-shopify-polaris",
|
|
5
5
|
"steve8708/cloudscape-demos",
|
|
6
|
+
"BuilderIO/fusion-angular-tailwind-starter",
|
|
7
|
+
"BuilderIO/fusion-svelte-tailwind-starter",
|
|
8
|
+
"BuilderIO/fusion-vue-tailwind-starter",
|
|
6
9
|
];
|
|
7
10
|
export const STARTER_REPO = "BuilderIO/fusion-starter";
|
|
8
11
|
export const EXAMPLE_OR_STARTER_REPOS = [...EXAMPLE_REPOS, STARTER_REPO];
|