eno/deno.json
Seth Trowbridge 68b747c9ff hmr started
there are issues with the dynamic import
2023-03-29 22:43:23 -04:00

11 lines
273 B
JSON

{
"compilerOptions": {"lib": [
"deno.window", "DOM"
]},
"importMap": "deno.map.json",
"tasks":
{
"install": "deno install -f -A --unstable --no-lock -n eno server.tsx",
"run": "deno run -A --unstable --no-lock server.tsx"
}
}