Hot reload example. Does not yet work with turbo build.
npx nodemon \
--watch engine \
--ext rs \
--exec "wasm-pack build engine/baml-runtime-wasm --target web --out-dir ../../typescript/playground-common/wasm"
pnpm --filter @wasm-example/standalone dev