From 49ad2efef6048f007af0036a8fe88b45c273ed34 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Sun, 18 May 2025 14:28:08 -0400 Subject: sync --- js/src/app/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'js/src/app') diff --git a/js/src/app/index.ts b/js/src/app/index.ts index 7f5a44f30..472b39400 100644 --- a/js/src/app/index.ts +++ b/js/src/app/index.ts @@ -12,6 +12,7 @@ export namespace App { const ctx = Context.create("app"); export async function create(input: { directory: string }) { + Log.file(input.directory); log.info("creating"); const config = await Config.load(input.directory); -- cgit v1.2.3