deno-ssr/scripts.json

9 lines
182 B
JSON
Raw Normal View History

2021-07-16 11:17:14 -04:00
{
"scripts":
{
"start":
{
"cmd": "deno run --import-map=importmap.json --allow-net --unstable --allow-read ./src/app_server.tsx"
}
}
}