Refactoring
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import type { FileMeta } from "../common/types.ts";
|
||||
|
||||
import { walk } from "https://deno.land/std@0.165.0/fs/mod.ts";
|
||||
import { resolve } from "https://deno.land/std@0.165.0/path/mod.ts";
|
||||
import { mime } from "https://deno.land/x/mimetypes@v1.0.0/mod.ts";
|
||||
import { FileMeta } from "$sb/types.ts";
|
||||
|
||||
const rootDir = resolve("website_build");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user