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
To reduce loading times and improve performance (albeit marginally) the project should be build with bun build instead of just placing the source code in the docker container.
bun build --entrypoints ./src/index.ts --outdir ./out --target bun
To reduce loading times and improve performance (albeit marginally) the project should be build with
bun build
instead of just placing the source code in the docker container.More in Bun's documentation
The text was updated successfully, but these errors were encountered: