diff --git a/mvt/README.md b/mvt/README.md index 76bb267..84e1275 100644 --- a/mvt/README.md +++ b/mvt/README.md @@ -12,8 +12,8 @@ This directory is intentionally self-contained and dependency-free. The active r ```sh cd mvt -bun test -bun run serve +deno task test +deno task serve ``` Then open `http://localhost:5173/`. diff --git a/mvt/deno.json b/mvt/deno.json index d9986cf..61fc720 100644 --- a/mvt/deno.json +++ b/mvt/deno.json @@ -2,6 +2,7 @@ "$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json", "name": "@hyperpolymath/econosphere-mvt", "version": "0.1.0", + "exports": "./src/kernel/index.js", "license": "MPL-2.0", "tasks": { "test": "deno test --allow-read tests/kernel/",