10 lines
279 B
JSON
10 lines
279 B
JSON
{
|
|
"app": "npx ts-node --prefer-ts-exts bin/deploy.ts",
|
|
"context": {
|
|
"@aws-cdk/core:enableStackNameDuplicates": "true",
|
|
"aws-cdk:enableDiffNoFail": "true",
|
|
"@aws-cdk/core:stackRelativeExports": "true",
|
|
"@aws-cdk/aws-ecr-assets:dockerIgnoreSupport": true
|
|
}
|
|
}
|