Files
windmill/typescript-client/README_DEV.md
2024-12-11 10:34:33 +01:00

391 B

Generate windmill-client bundle

./node_modules/.bin/esbuild  src/index.ts --bundle --outfile=windmill.js  --format=esm --platform=node

Generate d.ts bundle

node_modules/dts-bundle-generator/dist/bin/dts-bundle-generator.js -o windmill.d.ts types/in dex.d.ts

Develop client locally

./dev.nu watch

If something not working, try to put //nobundle inside script body