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
Compiling artisan with Bun doesn't seem to run, this is mainly due to the tmp package that is incompatible. module.exports gets aliased and Bun doesn't like that.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Native TypeScript support sounds nice, there's no need for a transpilation step anymore.
ts-rest
but all bells and whistles are there, request validation, routes, plugins, .../swagger
endpoint is available and embedded directly into the dashboard, it usesscalar
, which we use already.artisan
.Remarks
Learnings
tmp
package that is incompatible. module.exports gets aliased and Bun doesn't like that.Beta Was this translation helpful? Give feedback.
All reactions