Unexpected Const Error
When running a typescript (bun) step I receive this error:
534 | const settled = results
error: Unexpected const
at input.tsx:534:3
Running it locally with bun run works fine. Only the deployed code errors out.
Any ideas what could be causing this?
2 Replies