Import app (#189)

Fixes #163
This commit is contained in:
Will Chen
2025-05-19 14:03:10 -07:00
committed by GitHub
parent b5671c0a59
commit 6e08bc5c62
9 changed files with 490 additions and 4 deletions

View File

@@ -215,7 +215,7 @@ export function registerAppHandlers() {
const commitHash = await git.commit({
fs: fs,
dir: fullAppPath,
message: "Init from react vite template",
message: "Init Dyad app",
author: await getGitAuthor(),
});