We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f487a commit f043274Copy full SHA for f043274
scripts/generate-connections.js
@@ -3,7 +3,7 @@ const { v4 } = require('uuid');
3
const path = require('path');
4
const fs = require('fs/promises');
5
6
-const FILE_PATH = path.resolve(__dirname, '..', 'compass-connections.json');
+const FILE_PATH = path.resolve(process.cwd(), 'compass-connections.json');
7
const connectionsWithVariants = {
8
enterprise: ['enterprise'],
9
ldap: ['ldap'],
0 commit comments