Skip to content

Commit

Permalink
build(deploy): Add config for Deno Deploy
Browse files Browse the repository at this point in the history
Users can deploy this project with less settings.
  • Loading branch information
5ouma committed Jun 7, 2024
1 parent 82f2dc6 commit 3644678
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,10 @@
"@std/http": "jsr:@std/[email protected]",
"@std/http/user-agent": "jsr:@std/http@~0.223/user-agent",
"@std/path": "jsr:@std/[email protected]"
},
"deploy": {
"project": "reproxy",
"include": ["./deno.json", "./src/"],
"entrypoint": "./src/server.ts"
}
}

0 comments on commit 3644678

Please sign in to comment.