11 lines
304 B
JSON
11 lines
304 B
JSON
{
|
|
"imports":
|
|
{
|
|
"react": "https://esm.sh/preact@10.13.2/compat",
|
|
"@deep/": "./deep/",
|
|
"@eno/app": "./app.tsx"
|
|
},
|
|
"tasks": {
|
|
"dev": "deno run -A --unstable --reload=http://localhost:4507/ --no-lock --config=deno.json http://localhost:4507/server.tsx"
|
|
}
|
|
} |