2023-05-07 16:19:11 -04:00
|
|
|
{
|
|
|
|
"compilerOptions": {"lib": ["deno.window", "dom"]},
|
|
|
|
"imports":
|
|
|
|
{
|
|
|
|
"react": "https://esm.sh/stable/preact@10.13.2/compat",
|
|
|
|
"@eno/app": "./app.tsx",
|
2023-05-15 07:26:18 -04:00
|
|
|
"@eno/iso": "https://gitea.hptrow.me/SethTrowbridge/eno/raw/tag/0.0.2/lib/iso.tsx/",
|
|
|
|
"$/": "./components/"
|
2023-05-07 16:19:11 -04:00
|
|
|
},
|
|
|
|
"tasks": {
|
|
|
|
"dev": "deno run -A --unstable --no-lock app.tsx --port=3000 --dev",
|
|
|
|
"run": "deno run -A --unstable --no-lock app.tsx --port=8080"
|
|
|
|
}
|
|
|
|
}
|