diff options
| author | Dax Raad <[email protected]> | 2025-05-19 16:07:01 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-05-26 12:40:17 -0400 |
| commit | fa8a46326afa2d7fbb592542abf243f248cb5992 (patch) | |
| tree | 96b7b0ef2054551ad1b8b3a48ce35c8f6f79ee5a /js/src/app | |
| parent | 652429377b99085d686d6b907c2f550c304e6b98 (diff) | |
| download | opencode-fa8a46326afa2d7fbb592542abf243f248cb5992.tar.gz opencode-fa8a46326afa2d7fbb592542abf243f248cb5992.zip | |
codegen
Diffstat (limited to 'js/src/app')
| -rw-r--r-- | js/src/app/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/app/index.ts b/js/src/app/index.ts index 472b39400..d88950985 100644 --- a/js/src/app/index.ts +++ b/js/src/app/index.ts @@ -12,7 +12,7 @@ export namespace App { const ctx = Context.create<Info>("app"); export async function create(input: { directory: string }) { - Log.file(input.directory); + // Log.file(input.directory); log.info("creating"); const config = await Config.load(input.directory); |
