forked from aws-solutions/instance-scheduler-on-aws
-
Notifications
You must be signed in to change notification settings - Fork 1
/
cdk.json
29 lines (29 loc) · 796 Bytes
/
cdk.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"app": "npx ts-node -P tsconfig.json --prefer-ts-exts source/instance-scheduler.ts",
"context": {
"solutionId": "SO0030",
"solutionName": "instance-scheduler-on-aws",
"appRegApplicationName": "AWS-Solutions",
"appRegSolutionName": "instance-scheduler-on-aws",
"instance-scheduler-on-aws-pipeline-source": "codecommit"
},
"output": "build/cdk.out",
"build": "npx projen bundle",
"watch": {
"include": [
"source/**/*.ts",
"source/instance-scheduler/tests/**/*.ts"
],
"exclude": [
"README.md",
"cdk*.json",
"**/*.d.ts",
"**/*.js",
"tsconfig.json",
"package*.json",
"yarn.lock",
"node_modules"
]
},
"//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
}