Skip to content

Conversation

@JonesRoy3
Copy link

@JonesRoy3 JonesRoy3 commented Dec 2, 2025

This PR adds scripts/check-env.ts, a small helper that compares .env against .env.example. It parses both files, reports missing keys (present in .env.example but not in .env), and highlights any extra keys in .env.


Note

Adds scripts/check-env.ts to compare .env with .env.example, reporting missing and extra keys with a concise summary output.

Written by Cursor Bugbot for commit 646614d. This will update automatically on new commits. Configure here.

This PR adds scripts/check-env.ts, a small helper that compares .env against .env.example. It parses both files, reports missing keys (present in .env.example but not in .env), and highlights any extra keys in .env.
@@ -0,0 +1,108 @@
```ts
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Markdown code fence accidentally included in TypeScript file

The file contains ```ts on line 1, which is markdown syntax for a code fence. This appears to have been accidentally included when copying code from a markdown document. The TypeScript file will fail to parse because ```ts is not valid TypeScript syntax.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant