Skip to content

Commit

Permalink
Add fs as dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Nov 15, 2023
1 parent f2e8c2c commit 75d5f85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion builders/varnish.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
'use strict';

// Modules
const _ = require('lodash');
const fs = require('fs');
const path = require('path');
const _ = require('lodash');

// Helper to get varnsh ssl nginx
const varnishSsl = options => ({
Expand Down

0 comments on commit 75d5f85

Please sign in to comment.