create-vista-app 0.3.3 → 0.3.5
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/bin/cli.js +1 -1
- package/package.json +1 -1
- package/template/README.md +4 -4
package/bin/cli.js
CHANGED
|
@@ -484,7 +484,7 @@ async function main() {
|
|
|
484
484
|
react: '^19.0.0',
|
|
485
485
|
'react-dom': '^19.0.0',
|
|
486
486
|
'react-server-dom-webpack': '^19.0.0',
|
|
487
|
-
vista: useLocal ? 'file:../packages/vista' : 'npm:@vistagenic/vista@0.3.
|
|
487
|
+
vista: useLocal ? 'file:../packages/vista' : 'npm:@vistagenic/vista@0.3.5',
|
|
488
488
|
'lucide-react': '^0.468.0',
|
|
489
489
|
// CSS build (needed in production for vista build)
|
|
490
490
|
postcss: '^8.0.0',
|
package/package.json
CHANGED
package/template/README.md
CHANGED
|
@@ -53,8 +53,8 @@ Set `VISTA_AI_MODEL`, for example:
|
|
|
53
53
|
|
|
54
54
|
## Learn more
|
|
55
55
|
|
|
56
|
-
- [React app guide](https://
|
|
57
|
-
- [Fullstack guide](https://
|
|
58
|
-
- [AI overview](https://
|
|
59
|
-
- [RAG guide](https://
|
|
56
|
+
- [React app guide](https://vistajs.pages.dev/docs/getting-started/react-app)
|
|
57
|
+
- [Fullstack guide](https://vistajs.pages.dev/docs/getting-started/fullstack-app)
|
|
58
|
+
- [AI overview](https://vistajs.pages.dev/docs/ai/overview)
|
|
59
|
+
- [RAG guide](https://vistajs.pages.dev/docs/ai/rag)
|
|
60
60
|
- [GitHub](https://github.com/Mantitup-Org/vista)
|