-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Devrel 1236/create jumpstart app #1
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
4d6905d
to
f39179f
Compare
index.html
Outdated
@@ -4,7 +4,11 @@ | |||
<meta charset="UTF-8" /> | |||
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> | |||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |||
<title>Vite + React + TS</title> | |||
<meta name="description" content="Get started quickly with Kontent.ai using our Jumpstart application template." /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤡 Kickstart
generateModel.ts
Outdated
} | ||
|
||
if(!VITE_MAPI_API_KEY){ | ||
throw new Error("VITE_DELIVERY_API_KEY cannot be empty!"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wrong key in error message here.
{ ignores: ['dist'] }, | ||
{ | ||
extends: ["@kontent-ai"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are we not using it anymore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
its in old version, need to be updated :/ had more problem to configure it than using so i decided to remove it for now
Motivation
Which issue does this fix? Fixes #
issue number
If no issue exists, what is the fix or new feature? Were there any reasons to fix/implement things that are not obvious?
Checklist
How to test
If manual testing is required, what are the steps?