-
Notifications
You must be signed in to change notification settings - Fork 195
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
feat(config): import mud config with tsx #3290
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: e79e9ff The changes in this PR will be included in the next version bump. This PR includes changesets to release 28 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
blocked-ish on the same world TS issues we keep running into might be time to transition abi-ts to generate a |
worked around this for now with #3429 |
hoping this solves the race condition in failing tests in main when running tests in parallel, where each test imports a MUD config and thus tries to compile the file to the same path
I tried ts-import and esbuild-register before landing on a working solution with tsx