Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mvt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/`.
Expand Down
1 change: 1 addition & 0 deletions mvt/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down
Loading