Merge pull request #20721 from backstage/rugvip/tsx

cli: switch to using tsx and module loader register API
This commit is contained in:
Patrik Oldsberg
2023-10-22 11:37:13 +02:00
committed by GitHub
4 changed files with 52 additions and 40 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Switch from using deprecated `@esbuild-kit/*` packages to using `tsx`. This also switches to using the new module loader `register` API when available, avoiding the experimental warning when starting backends.