Skip to content

Commit

Permalink
Merge pull request #1063 from aligent/feature/DO-1285_add_custom_resp…
Browse files Browse the repository at this point in the history
…onse_header

add missing module
  • Loading branch information
crispy101 authored Aug 1, 2023
2 parents b86383b + 2520a60 commit c325d5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/prerender-fargate/lib/prerender/server.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
'use strict';

const prerender = require('prerender');
const crypto = require('crypto');
const s3Cache = require('prerender-aws-s3-cache');

const server = prerender({
Expand Down

0 comments on commit c325d5c

Please sign in to comment.