WWindmill•Created by TITO on 11/28/2024 in #help 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?