Skip to content

chore: clean up build setup, env configs, and lock file handling #522

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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

0xdolan
Copy link

@0xdolan 0xdolan commented May 4, 2025

Summary

This PR improves the build setup and environment configuration to ensure a smoother local development experience.

Changes Made

  • 🧹 Removed unnecessary lock files: bun.lock and yarn.lock were deleted to prevent conflicts with Bun as the package manager.
  • 🧾 Updated .gitignore: Added bun.lock and yarn.lock to .gitignore to prevent future accidental commits of lock files from different ecosystems.
  • 📄 Improved README.md: Clarified build instructions, added Windows support, and explained environment variable usage.
  • ⚙️ Updated .env.example: Included missing required environment variables.
  • 🛠️ Cleaned up package.json files: Removed yarn references and aligned dependencies with Bun.

@CLAassistant
Copy link

CLAassistant commented May 4, 2025

CLA assistant check
All committers have signed the CLA.

Copy link

vercel bot commented May 4, 2025

@0xdolan is attempting to deploy a commit to the Comp AI Team on Vercel.

A member of the Team first needs to authorize it.

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.

2 participants