TITOT
Windmill14mo ago
2 replies
TITO

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?
Was this page helpful?