Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 61154be

Browse files
committed
Clean up
1 parent 6c3767b commit 61154be

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

server/serve_modules.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import log from "../lib/log.ts";
55
import { getContentType } from "../lib/mime.ts";
66
import { serveDir } from "../lib/serve.ts";
77
import util from "../lib/util.ts";
8-
import { bundleCSS } from "./bundle.ts";
8+
import { bundleCSS } from "./bundle_css.ts";
99
import { DependencyGraph } from "./graph.ts";
1010
import type { AlephConfig, ImportMap, ModuleLoader, ModuleLoaderContent, ModuleLoaderEnv } from "./types.ts";
1111

server/transformer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { TransformOptions } from "../compiler/types.ts";
44
import { readCode } from "../lib/fs.ts";
55
import { restoreUrl, toLocalPath } from "../lib/helpers.ts";
66
import util from "../lib/util.ts";
7-
import { bundleCSS } from "./bundle.ts";
7+
import { bundleCSS } from "./bundle_css.ts";
88
import { getAlephPkgUri } from "./config.ts";
99
import { isRouteFile } from "./routing.ts";
1010
import { DependencyGraph } from "./graph.ts";

0 commit comments

Comments
 (0)