Skip to content
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

refactor: Migrate project management to Projen #162

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

Conversation

flamingquaks
Copy link
Contributor

This PR refactors the project to be managed using Projen for better long-term maintenance and stability of the project.
Overall, there's no functionality changed.
Many files have linting and import order optimizations.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

flamingquaks and others added 8 commits October 27, 2024 09:53
…tant files

.projenrc.ts ignores lib dir, but lib dir is used differently in this project. So libdir was set to
out/. This allowed lib/ to be included again.

BREAKING CHANGE: Previous commit fails to build
GitHub Actions failed due to new build workflow requiring config.json file during build and not just
during synth
cli/config-manage.ts Fixed Show fixed Hide fixed
cli/config-manage.ts Fixed Show fixed Hide fixed
lib/authorization/index.action-authorization.ts Dismissed Show dismissed Hide dismissed
@github-actions github-actions bot added documentation Improvements or additions to documentation GitHubPages labels Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant