Skip to content

Conversation

@sweep-ai-deprecated
Copy link

Description

This PR restructures the repository as a monorepo, following the request in issue #28. The changes are built on top of PR #27.

Summary of Changes

  • Created a new 'packages' directory at the root level of the repository.
  • Moved the 'client' and 'server' directories into the 'packages' directory.
  • Updated the 'client/package.json' and 'server/package.json' files to reflect their new locations in the 'packages' directory.
  • Updated any 'require' statements or other references to the old directory structure in the 'client' and 'server' code.
  • Updated the 'start.sh' and 'setup.sh' scripts to reference the new locations of the 'client' and 'server' directories.
  • Updated the 'docker-compose.yml' file to reference the new locations of the 'client' and 'server' directories.

Please review and merge this PR to complete the restructuring of the repository as a monorepo.

Fixes #28.

To checkout this PR branch, run the following command in your terminal:

git checkout sweep/restructure-monorepo

@sweep-ai-deprecated sweep-ai-deprecated bot added the sweep Assigns Sweep to an issue or pull request. label Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

sweep Assigns Sweep to an issue or pull request.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sweep: structure the repo as a monorepo

1 participant