* feat: typescript client esm build * fix: add --dts flag and restore tsconfig options for typescript client ESM build - Add --dts flag to tsdown commands to generate declaration files - Restore outDir in tsconfig.json for compatibility - Restore forceConsistentCasingInFileNames for case-sensitive systems - Update README_DEV.md to reflect new tsdown build process Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Ruben Fiszel <ruben@windmill.dev> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
204 B
204 B
Generate windmill-client bundle
npx tsdown --format esm --format cjs --dts
Develop client locally
./dev.nu watch
If something not working, try to put //nobundle inside script body