From f65ec15aaf8fc46685c39d721cab82f64baead8c Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 28 Mar 2025 23:52:50 +0900 Subject: refactor(blog/nuldoc): migrate Deno standard library to JSR --- vhosts/blog/nuldoc-src/commands/serve.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'vhosts/blog/nuldoc-src/commands/serve.ts') diff --git a/vhosts/blog/nuldoc-src/commands/serve.ts b/vhosts/blog/nuldoc-src/commands/serve.ts index cc8d5d5b..a78dda5d 100644 --- a/vhosts/blog/nuldoc-src/commands/serve.ts +++ b/vhosts/blog/nuldoc-src/commands/serve.ts @@ -1,6 +1,5 @@ -import { serveDir } from "std/http/file_server.ts"; -import { STATUS_CODE, STATUS_TEXT } from "std/http/mod.ts"; -import { join } from "std/path/mod.ts"; +import { serveDir, STATUS_CODE, STATUS_TEXT } from "@std/http"; +import { join } from "@std/path"; import { Config } from "../config.ts"; import { runBuildCommand } from "./build.ts"; -- cgit v1.2.3-70-g09d2