Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit 35cf5ff

Browse files
committed
fix: dont ts build the regeneration handler
1 parent 31f313c commit 35cf5ff

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

packages/libs/lambda-at-edge/tsconfig.build.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"node_modules",
1010
"./src/api-handler.ts",
1111
"./src/default-handler.ts",
12-
"./src/image-handler.ts"
12+
"./src/image-handler.ts",
13+
"./src/regeneration-handler.ts",
1314
]
1415
}

packages/libs/lambda-at-edge/tsconfig.bundle.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,10 @@
1111
"allowJs": true,
1212
"resolveJsonModule": true
1313
},
14-
"include": ["./src/default-handler.ts", "./src/api-handler.ts", "./src/image-handler.ts"]
15-
}
14+
"include": [
15+
"./src/default-handler.ts",
16+
"./src/api-handler.ts",
17+
"./src/image-handler.ts",
18+
"./src/regeneration-handler.ts",
19+
]
20+
}

0 commit comments

Comments
 (0)