Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add Vercel Quick Deployment
I really love this project! To make it easier for users to deploy their own JSON editor, I've added a Vercel quick deployment option.
Changes
@types/jest
dependency to resolve Vercel deployment issues.Rationale
Vercel offers a simple and fast way for users to deploy web applications. By adding this quick deployment option, we make it easier for individuals to set up their own instance of JSON For You, potentially increasing adoption and usage of the tool.
The addition of
@types/jest
was necessary to resolve type-related issues during the Vercel build process.Testing
I've tested the Vercel deployment process and confirmed that it works correctly when following the provided instructions. Test link: https://json4u-psi.vercel.app/editor
Please let me know if you'd like any changes or have any questions about this pull request. Thank you for considering my contribution!