agent-claw: automated task changes
This commit is contained in:
15
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/javascript/cdk.template.json
generated
vendored
Normal file
15
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/javascript/cdk.template.json
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"app": "node bin/%name%.js",
|
||||
"watch": {
|
||||
"include": ["**"],
|
||||
"exclude": [
|
||||
"README.md",
|
||||
"cdk*.json",
|
||||
"jest.config.js",
|
||||
"package*.json",
|
||||
"yarn.lock",
|
||||
"node_modules",
|
||||
"test"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user