Move template.air.toml file to the starter module
This commit is contained in:
@@ -84,7 +84,7 @@ func (s StarterCreator) Create() {
|
||||
must(os.WriteFile(targetPath, content, 0o644))
|
||||
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.executeGoModTidy()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user