mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-14 12:44:36 +00:00
codegen
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user