Working export/import

This commit is contained in:
bobbydigitales
2026-04-19 21:39:25 -07:00
parent 4ae581b1a2
commit e8cc08e5cc
6 changed files with 181 additions and 61 deletions

View File

@@ -1,6 +1,7 @@
{
"tasks": {
"build": "deno run -A npm:typescript/bin/tsc",
"watch": "deno run -A npm:typescript/bin/tsc --watch"
"watch": "deno run -A npm:typescript/bin/tsc --watch",
"test": "deno test --allow-net src/App.test.ts"
}
}