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

Remove circular dependency in lib/assets/index.ts > lib/assets/deploy.ts #1623

Open
Tracked by #1244
samayer12 opened this issue Jan 6, 2025 · 0 comments
Open
Tracked by #1244

Comments

@samayer12
Copy link
Collaborator

Describe what should be investigated or refactored

A circular dependency exists between these files. We should refactor our code so that it no longer exists.

It's possible that there will be a chain of related circular dependencies while working on this issue, try to scope work down to just the specified files if possible. If not possible, cross-reference to other circular dependency issues.

Links to any relevant code

N/A

Additional context

Run npx madge --circular --ts-config tsconfig.json --extensions ts,js src/ to check for circular dependencies locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant