run init script in projectDir

This commit is contained in:
Zoe
2025-01-15 20:27:20 +00:00
parent dd6d3b02df
commit 559ba6f8f0
2 changed files with 2 additions and 1 deletions

View File

@@ -368,6 +368,7 @@ func main() {
}
cmd = exec.Command(filepath.Join(tempDir, "main"), projectDir)
cmd.Dir = projectDir
err = cmd.Run()
if err != nil {