mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
changes to test
test of registerdeclarativeserver changes
This commit is contained in:
parent
cc34b8d0b3
commit
b00d01fa20
2 changed files with 7 additions and 2 deletions
|
@ -1 +1,6 @@
|
|||
|
||||
{
|
||||
"args": "serve --port 12468 server.ts",
|
||||
"output": "server.out",
|
||||
"tempDir": true,
|
||||
"exitCode": 0
|
||||
}
|
|
@ -1 +1 @@
|
|||
|
||||
deno serve: Listening on http://localhost:12468/
|
Loading…
Reference in a new issue