refactor: fix typo in module path

This commit is contained in:
Elysia
2026-02-12 19:21:17 +08:00
parent 6622e70033
commit 9a2d3a8ac1
2 changed files with 1 additions and 1 deletions

View File

@@ -133,7 +133,7 @@ import {
handleInstall,
handleRetry,
handleUpgrade,
} from "./modeuls/processInstall";
} from "./modules/processInstall";
import type {
App,
AppJson,