We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9abd6df commit 5856edbCopy full SHA for 5856edb
cdk.json
@@ -1,6 +1,6 @@
1
{
2
- "app": "npx ts-node --prefer-ts-exts bin/poky-pipeline.ts",
3
- "poky-pipeline": "npx ts-node --prefer-ts-exts bin/poky-pipeline.ts",
+ "app": "npx ts-node --prefer-ts-exts bin/app.ts",
+ "poky-pipeline": "npx ts-node --prefer-ts-exts bin/app.ts",
4
"watch": {
5
"include": ["**"],
6
"exclude": [
0 commit comments