Move template.air.toml file to the starter module

This commit is contained in:
Achim Rohn
2025-11-15 14:02:46 +01:00
parent 69d7090db3
commit 96bd8e9d4e
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ func (s StarterCreator) Create() {
must(os.WriteFile(targetPath, content, 0o644)) must(os.WriteFile(targetPath, content, 0o644))
log.Printf("StarterCreator.Create: wrote starter main.go to %s", targetPath) log.Printf("StarterCreator.Create: wrote starter main.go to %s", targetPath)
s.copyFile("../../template.air.toml", ".air.toml") s.copyFile("template.air.toml", ".air.toml")
//s.copyGoMod() //s.copyGoMod()
//s.executeGoModTidy() //s.executeGoModTidy()