7 lines
129 B
JSON
7 lines
129 B
JSON
{
|
|
"importMap": "import_map.json",
|
|
"tasks": {
|
|
"run": "deno run --allow-write --allow-env --allow-run ./src/main.ts"
|
|
}
|
|
}
|