14 lines
411 B
JSON
14 lines
411 B
JSON
{
|
|
"compilerOptions": {"lib": [
|
|
"deno.window", "DOM"
|
|
]},
|
|
"imports": {
|
|
"react-original": "https://esm.sh/react@18.2.0"
|
|
},
|
|
"tasks":
|
|
{
|
|
"install": "deno install -f -A --unstable --no-lock -n eno server.tsx",
|
|
"run": "deno run -A --unstable --no-lock server.tsx",
|
|
"host": "deno run -A --unstable https://deno.land/std@0.181.0/http/file_server.ts"
|
|
}
|
|
} |