esbuild-wasm-bundler/deno.json
2024-06-14 17:07:50 -04:00

9 lines
242 B
JSON

{
"name": "@ttf/wasm-bundle",
"version": "0.1.0",
"exports": "./mod.ts",
"tasks": {
"serve": "deno run -A --no-lock serve.tsx --path=./test --html=index.html",
"jsapi": "deno run -A --no-lock jsapi.tsx"
}
}