Skip to content

Commit

Permalink
fix(buildpack): simplify port and certificate handling
Browse files Browse the repository at this point in the history
- chore: Remove hand-rolled implementations of privilege escalation and replace
with `devcert`.
- refactor: Remove individual options for SSL and unique host, combining them into
one thing.

Fixes #307.

fix: add new refactor to staging server
  • Loading branch information
zetlen committed Oct 8, 2018
1 parent 476fbee commit 7daeade
Show file tree
Hide file tree
Showing 34 changed files with 40,354 additions and 7,951 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
collectCoverageFrom: [
'scripts/**/*.js',
'src/**/*.js',
'lib/**/*.js',
'!**/__stories__/**',
'!**/__helpers__/**'
],
Expand Down
Loading

0 comments on commit 7daeade

Please sign in to comment.