eno/example/deno.jsonc
Seth Trowbridge 8a1b7e7dbd hmr fixes
allow page refresh, add keep-alive ping
2023-05-06 09:51:55 -04:00

12 lines
357 B
Plaintext

{
"compilerOptions": {"lib": ["deno.window", "dom"]},
"imports":
{
"react": "https://esm.sh/stable/preact@10.13.2/compat",
"@eno/app": "./app.tsx",
"@eno/iso": "http://localhost:4507/lib/iso.tsx"
},
"tasks": {
"dev": "deno run -A --unstable --reload=http://localhost:4507/ --no-lock app.tsx --dev"
}
}