agent-claw: automated task changes
This commit is contained in:
13
cdk/node_modules/aws-cdk/lib/init-templates/app/go/cdk.template.json
generated
vendored
Normal file
13
cdk/node_modules/aws-cdk/lib/init-templates/app/go/cdk.template.json
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"app": "go mod download && go run %name%.go",
|
||||
"watch": {
|
||||
"include": ["**"],
|
||||
"exclude": [
|
||||
"README.md",
|
||||
"cdk*.json",
|
||||
"go.mod",
|
||||
"go.sum",
|
||||
"**/*test.go"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user