From e3b442343d2a8129ea8cdf7bd297070e01bec206 Mon Sep 17 00:00:00 2001 From: Achim Rohn Date: Sat, 15 Nov 2025 14:33:19 +0100 Subject: [PATCH] Copy additional directories --- starter/create/create.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/starter/create/create.go b/starter/create/create.go index 2f2f88b..10d7357 100644 --- a/starter/create/create.go +++ b/starter/create/create.go @@ -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))