create-tina-app 2.1.10 → 2.1.11
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 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -428,8 +428,8 @@ var TEMPLATES = [
|
|
|
428
428
|
devUrl: "http://localhost:3000"
|
|
429
429
|
},
|
|
430
430
|
{
|
|
431
|
-
title: "
|
|
432
|
-
description: "Stripped down to essentials, this starter is the canvas for pure, unadulterated code creativity. Built with
|
|
431
|
+
title: "React Starter",
|
|
432
|
+
description: "Stripped down to essentials, this starter is the canvas for pure, unadulterated code creativity. Built with Vite and React.",
|
|
433
433
|
value: "basic",
|
|
434
434
|
isInternal: false,
|
|
435
435
|
features: [
|
|
@@ -446,7 +446,7 @@ var TEMPLATES = [
|
|
|
446
446
|
description: "\u2705"
|
|
447
447
|
}
|
|
448
448
|
],
|
|
449
|
-
gitURL: "https://github.com/tinacms/tina-
|
|
449
|
+
gitURL: "https://github.com/tinacms/tina-react-starter",
|
|
450
450
|
branch: "main",
|
|
451
451
|
devUrl: "http://localhost:3000"
|
|
452
452
|
}
|