Skip to content

Commit

Permalink
Export CloudFrontCacheControlOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
krishanthisera committed Jul 25, 2022
1 parent 8844f46 commit 31d1223
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions packages/prerender-proxy/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ import { PrerenderLambda } from "./lib/prerender-lambda-construct";
import { PrerenderFunction } from "./lib/prerender-construct";
import { PrerenderCheckFunction } from "./lib/prerender-check-construct";
import { ErrorResponseFunction } from "./lib/error-response-construct";
import { CloudFrontCacheControl } from "./lib/prerender-cf-cache-control-construct"
import { CloudFrontCacheControl, CloudFrontCacheControlOptions } from "./lib/prerender-cf-cache-control-construct"

export { PrerenderLambda, PrerenderFunction, PrerenderCheckFunction, ErrorResponseFunction, CloudFrontCacheControl };
export {
PrerenderLambda,
PrerenderFunction,
PrerenderCheckFunction,
ErrorResponseFunction,
CloudFrontCacheControl,
CloudFrontCacheControlOptions
};

0 comments on commit 31d1223

Please sign in to comment.