9 lines
182 B
JSON
9 lines
182 B
JSON
{
|
|
"scripts":
|
|
{
|
|
"start":
|
|
{
|
|
"cmd": "deno run --import-map=importmap.json --allow-net --unstable --allow-read ./src/app_server.tsx"
|
|
}
|
|
}
|
|
} |