This commit is contained in:
bracesproul
2025-03-13 12:34:08 -07:00
parent a1572069ef
commit 26c0c15b36
+2 -2
View File
@@ -283,7 +283,7 @@ async function init(): Promise<void> {
filter: (_) => {
// Ensure hidden files (like .gitignore) are copied
return true;
}
},
});
// Create web directory inside apps and copy the framework template
@@ -302,7 +302,7 @@ async function init(): Promise<void> {
filter: (_) => {
// Ensure hidden files (like .gitignore) are copied
return true;
}
},
});
// Get the path to the agents src directory which already exists in the monorepo template