diff --git a/restifyOpenapiGenerator.js b/restifyOpenapiGenerator.js index 52f83e1..7983799 100644 --- a/restifyOpenapiGenerator.js +++ b/restifyOpenapiGenerator.js @@ -1,6 +1,7 @@ 'use strict'; const fs = require('fs'); +const path = require('path'); const structuredCloneWrapper = typeof structuredClone === 'function' ? structuredClone : obj => JSON.parse(JSON.stringify(obj));