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

Commit f020185

Browse files
committed
refactor: move source files into src/ directory
1 parent fb45e6a commit f020185

18 files changed

Lines changed: 4 additions & 3 deletions

mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118

119119
// CLI entry point when run directly
120120
if (import.meta.main) {
121-
const { main } = await import("./main.ts");
121+
const { main } = await import("./src/main.ts");
122122
const exitCode = await main(Deno.args);
123123
Deno.exit(exitCode);
124124
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)