esbuild-wasm-bundler/deno.json
2024-08-13 10:25:16 -04:00

10 lines
225 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"
}
}