Commit b0d2a95
committed
chore(mvt): fix stale run docs (bun to deno) and declare kernel export
The README told contributors to run `bun test` / `bun run serve`, but bun is
not installed and the repo language policy bans it (Deno replaces Node/npm/bun).
The real entry points are the `deno task` definitions in deno.json, so the docs
now say `deno task test` / `deno task serve`.
deno.json gains an `exports` field pointing at the active kernel
(src/kernel/index.js), which both silences Deno's "exports field should be
specified when specifying a name" warning and declares the public entry the
README already documents as importable.
No mechanics changed; the 6 kernel tests remain green (deno task test).1 parent 6a2c82a commit b0d2a95
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments