Marc Palm

Results 2 issues of Marc Palm

### 📜 Description While running the frontend with EXPERIMENTAL_VITE=true, it crashes with `TypeError: Cannot read properties of undefined (reading 'createServer')` ### 👍 Expected behavior App starts up. This happened on...

bug
help wanted

### 📜 Description This was not fixed: https://github.com/backstage/backstage/issues/24678 Also other async imports are not correctly resolved. Proposed solution: Replace `await import(...)` by `require(...)` ### 👍 Expected behavior Expiremental vite integration...

bug