We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed watch mode isn't support for ESM however commenting out the check seems to work at first glance.
lambda-local/src/cli.ts
Line 142 in 95fb3df
Before I go deeper and potentially submit a PR, I was wondering why this was added?
The text was updated successfully, but these errors were encountered:
It's not tested, so it's not supported :)
Sorry, something went wrong.
ah ok, makes sense :)
Any suggestions on how we test and get this supported?
Feel free to submit a PR that tests this. There are already other watch tests
Successfully merging a pull request may close this issue.
I noticed watch mode isn't support for ESM however commenting out the check seems to work at first glance.
lambda-local/src/cli.ts
Line 142 in 95fb3df
Before I go deeper and potentially submit a PR, I was wondering why this was added?
The text was updated successfully, but these errors were encountered: