Registry
Explore community-led codemods to migrate, optimize, and transform your codebase.
Ready to contribute?
Build your own codemod and share it with the community.
Explore community-led codemods to migrate, optimize, and transform your codebase.
Build your own codemod and share it with the community.
Backstage 1.50.0: Remove deprecated bootstrapEnvProxyAgents() call and import from @backstage/cli-common
Build your own codemod and share it with the community.
1 import { bootstrapEnvProxyAgents as setupProxy } from '@backstage/cli-common';
2
3 setupProxy();
4
5 async function main() {
6 // start the backend
7 }
8
9 main();
10