diff options
Diffstat (limited to 'src/web-routes.js')
-rw-r--r-- | src/web-routes.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/web-routes.js b/src/web-routes.js index b68dccbf..a7115bbd 100644 --- a/src/web-routes.js +++ b/src/web-routes.js @@ -4,8 +4,10 @@ import {fileURLToPath} from 'node:url'; const __dirname = path.dirname(fileURLToPath(import.meta.url)); +/* eslint-disable no-unused-vars */ const codeSrcPath = __dirname; const codeRootPath = path.resolve(codeSrcPath, '..'); +/* eslint-enable no-unused-vars */ function getNodeDependencyRootPath(dependencyName) { return ( |