You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since our scripts are getting more complicated, Bun offers a neat way to manage the scripts as a CLI application which could be used by both the API and UI once they separate.
Combine it with yargs or similar and we can include flags on the command line. Not sure what is best practice here for LLM tooling anymore with how fast things change, but think this would be a simple way to avoid code spaghetti.
The text was updated successfully, but these errors were encountered:
Since our scripts are getting more complicated, Bun offers a neat way to manage the scripts as a CLI application which could be used by both the API and UI once they separate.
Combine it with yargs or similar and we can include flags on the command line. Not sure what is best practice here for LLM tooling anymore with how fast things change, but think this would be a simple way to avoid code spaghetti.
The text was updated successfully, but these errors were encountered: