Syncing a whole existing folder with scripts and shared logic
index.ts, package.json and a bunch of *.ts files, and sync it to Windmill into a folder, so I could automate it on the Windmill Cloud side.I'm getting errors akin to:
1.)
... *.ts invalid, it cannot be parsed to infer schema.2.)
... *.script.yaml: Error: Failed to generate lockfile. Status was: Internal Server Error, timeout after 20s, SyntaxError: Unexpected token 'i', "timeout after 20s" is not valid JSONEven though the script files are quite innocuous.
Is this a reasonable thing to do? Any pointers to where I could be going wrong?