Copy additional directories

This commit is contained in:
Achim Rohn
2025-11-15 14:33:19 +01:00
parent 1755ff9462
commit e3b442343d
+5
View File
@@ -105,6 +105,11 @@ func (s StarterCreator) Create() {
"routes",
"static",
"ent",
"google",
"about",
"contact",
"login",
"todos",
}
for _, dir := range directories {
s.copyDirectoryRecursive(path.Join(s.thisDir, "..", dir), path.Join(s.params.ProjectDir, dir))