mirror of
https://github.com/denoland/deno.git
synced 2025-01-11 08:33:43 -05:00
parent
f1ac2b9540
commit
0c74c8ebc4
2 changed files with 5 additions and 3 deletions
|
@ -30,7 +30,7 @@ async function main() {
|
|||
args: [
|
||||
"bash",
|
||||
"-c",
|
||||
"prettier --write *.ts */*.ts */**/*.ts *.md */**/*.md"
|
||||
"prettier --write *.ts */*.ts */**/*.ts *.md */*.md */**/*.md"
|
||||
]
|
||||
});
|
||||
const s = await prettier.status();
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
# net
|
||||
# http
|
||||
|
||||
Usage:
|
||||
A framework for creating HTTP/HTTPS server.
|
||||
|
||||
## Example
|
||||
|
||||
```typescript
|
||||
import { serve } from "https://deno.land/x/http/mod.ts";
|
||||
|
|
Loading…
Reference in a new issue