Open
Conversation
|
Your pull request is now ready for review with Assert. Stop waiting for your code to break. Ship with confidence using Assert. |
Contributor
|
Someone is attempting to deploy a commit to the andrew-4640's projects Team on Vercel. A member of the Team first needs to authorize it. |
812c69f to
fdb74be
Compare
| # Optional: Enable multiplayer features | ||
| NEXT_PUBLIC_SUPABASE_URL=your_supabase_url | ||
| NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key | ||
| ``` |
There was a problem hiding this comment.
Public GT API key documented
High Severity · Security Issue
The Environment Variables section documents NEXT_PUBLIC_GT_API_KEY / NEXT_PUBLIC_GT_PROJECT_ID for gt-next. In Next.js, the NEXT_PUBLIC_ prefix exposes values to the browser bundle, which can leak the translation API key. It also appears inconsistent with typical gt-next configuration, making setup confusing and potentially unsafe.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.


Added detailed project documentation with architecture diagrams, installation guide, and usage examples.
Note
Low Risk
Documentation-only changes; no runtime code or behavior is modified.
Overview
Expands
README.mdfrom a short overview into a full project guide, adding live-demo badges/links and much more detailed feature descriptions for both IsoCity and IsoCoaster.Adds documentation for the tech stack, a Mermaid architecture diagram, repository structure, step-by-step install/build/lint commands, a usage walkthrough (including multiplayer), environment variable reference, contributing guidelines, acknowledgments, and a links section.
Written by Cursor Bugbot for commit fdb74be. This will update automatically on new commits. Configure here.