remix-run / blues-stack

The Remix Stack for deploying to Fly with PostgreSQL, authentication, testing, linting, formatting, etc.
https://remix.run/stacks
MIT License
961 stars 236 forks source link

fix(build): transpile local files referenced by server.ts #84

Closed ethangclark closed 2 years ago

ethangclark commented 2 years ago

See #78

The problem is that the build command is only transpiling server.ts, whereas we want it to transpile server.ts and any files in the project that are referenced by server.ts.