deno-ssr/scripts.json

9 lines
193 B
JSON
Raw Normal View History

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