-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- markdownlint-disable MD041 --> ###β οΈ Issue close # <br /> ### π Type of the Change - [ ] π New Feature - [ ] π§° Bug - [ ] π‘οΈ Security - [ ] π Documentation - [ ] ποΈ Performance - [x] π§Ή Refactoring - [ ] π§ͺ Testing - [ ] π§ Maintenance - [ ] π½ CI - [ ] βοΈ Dependencies - [ ] π§ Meta <br /> ### βοΈ Description Get the benefits of the Deno 2. <!-- A clear and concise description - Why did you make this change? - Please describe how this method is better than others. --> <br /> - [x] I agree to follow the [Code of Conduct](https://github.com/5ouma/reproxy/blob/main/.github/CODE_OF_CONDUCT.md). --------- Signed-off-by: Souma <[email protected]>
- Loading branch information
Showing
9 changed files
with
206 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,15 +8,16 @@ | |
}, | ||
"fmt": { "exclude": ["LICENSE", "README.md", ".github/**/*.md"] }, | ||
"tasks": { | ||
"serve": "deno serve --env='.env' --allow-env --allow-net='api.github.com'", | ||
"start": "deno task serve src/server.ts", | ||
"dev": "deno task serve --watch src/server.ts", | ||
"test": "deno test --allow-env --allow-net='api.github.com' --parallel --shuffle", | ||
"run": "deno run --env-file='.env' -EN='api.github.com'", | ||
"start": "deno task run src/server.ts", | ||
"dev": "deno task run --watch src/server.ts", | ||
"test": "deno test --doc -EN='api.github.com' --parallel --shuffle", | ||
"cov": "deno task test --coverage && deno coverage --lcov > coverage.lcov" | ||
}, | ||
"imports": { | ||
"@octokit/rest": "npm:@octokit/[email protected]", | ||
"@hono/hono": "jsr:@hono/[email protected]", | ||
"@octokit/request-error": "npm:@octokit/[email protected]", | ||
"@octokit/rest": "npm:@octokit/[email protected]", | ||
"@std/assert": "jsr:@std/[email protected]", | ||
"@std/http": "jsr:@std/[email protected]", | ||
"@std/path": "jsr:@std/[email protected]" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.