Dorian Mazur
Dorian Mazur
Hi @dingsq820, Could you please provide more context and the steps to reproduce this issue?
Hey @christinachimi The fix is here -> https://github.com/iamolegga/react-native-launch-arguments/pull/83
We removed this package
Hi! `serverless-offline` doesn’t use any specific build configuration. Instead, it relies on tsx under the hood. Here’s the relevant part of the code: ```ts // If still not loaded, try...
Would you prefer using ts-node instead of esbuild? Switching from tsx to ts-node would be much easier, and I could get it done this week. Adding esbuild would be more...
We could allow users to provide a ts-node configuration, and it should be straightforward to implement. As for esbuild, I'm not very familiar with how it works in a serverless...
I'm happy to review any PRs if anyone want to work on this, but I’m not sure when I’ll have the time to dive into this myself since it’s a...
The issue has been resolved as described by @avioli.
Hey @rahulkumar1409. Can your provide more context and examples?