We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfbb39a commit 90011a7Copy full SHA for 90011a7
Taskfile.yml
@@ -324,6 +324,7 @@ tasks:
324
- cmd: "{{.RMRF}} dist/tsunamiscaffold"
325
ignore_error: true
326
- task: copyfiles:'tsunami/frontend/scaffold':'dist/tsunamiscaffold'
327
+ - cmd: '{{if eq OS "windows"}}powershell Copy-Item -Path tsunami/templates/empty-gomod.tmpl -Destination dist/tsunamiscaffold/go.mod{{else}}cp tsunami/templates/empty-gomod.tmpl dist/tsunamiscaffold/go.mod{{end}}'
328
deps:
329
- tsunami:scaffold
330
sources:
tsunami/templates/empty-gomod.tmpl
@@ -0,0 +1,3 @@
1
+module empty
2
+
3
+go 1.24.6
0 commit comments