Skip to content

Commit

Permalink
Fixing bin path
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Baker <[email protected]>
  • Loading branch information
PeterBaker0 committed Aug 28, 2024
1 parent b973047 commit a70bfa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/aws-cdk/cdk.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"app": "npx ts-node --prefer-ts-exts bin/@faims3/infra-aws-cdk.ts",
"app": "npx ts-node --prefer-ts-exts bin/aws-cdk-faims-infra.ts",
"watch": {
"include": [
"**"
Expand Down

0 comments on commit a70bfa8

Please sign in to comment.