create-zephyr-apps 0.0.50 → 0.0.52
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/package.json +1 -1
- package/dist/templates.js +1 -1
- package/package.json +1 -1
package/dist/package.json
CHANGED
package/dist/templates.js
CHANGED
|
@@ -38,7 +38,7 @@ export const Templates = [
|
|
|
38
38
|
hint: 'You will be building federated React apps powered by Vite, Webpack and Rspack.',
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
|
-
name: 'react-
|
|
41
|
+
name: 'vite-react-ts',
|
|
42
42
|
label: 'A simple React application build by Vite',
|
|
43
43
|
hint: 'You will be building React app powered by Vite.',
|
|
44
44
|
},
|