#API Deployment Crash
1 messages · Page 1 of 1 (latest)
And this is my deno.json:
{
"tasks": {
"dev": "deno run --watch main.ts",
"start": "deno run --allow-net --allow-env --allow-read main.ts"
},
"imports": {
"@std/assert": "https://deno.land/[email protected]/assert/mod.ts"
}
}