mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
Move deno_std to a more convenient location. (#3057)
js/deps/https/deno.land/std -> js/std
This commit is contained in:
parent
eecb4fea26
commit
ddcad56ee9
14 changed files with 18 additions and 28 deletions
|
@ -1,8 +1,5 @@
|
|||
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
||||
import {
|
||||
serve,
|
||||
ServerRequest
|
||||
} from "../js/deps/https/deno.land/std/http/server.ts";
|
||||
import { serve, ServerRequest } from "../std/http/server.ts";
|
||||
|
||||
const addr = Deno.args[1] || "127.0.0.1:4500";
|
||||
const originAddr = Deno.args[2] || "127.0.0.1:4501";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue