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 5d2d778 commit 9ed9c4bCopy full SHA for 9ed9c4b
scripts/repl.sh
@@ -0,0 +1,8 @@
1
+#!/usr/bin/env bash
2
+cd ./dist/MongoDB\ Compass-darwin-x64/MongoDB\ Compass.app/Contents/Resources/app;
3
+npm install --log-level error;
4
+
5
+DEBUG='*' \
6
+ ATOM_SHELL_INTERNAL_RUN_AS_NODE=1 \
7
+ ../../MacOS/Electron \
8
+ -e "require('repl').start({terminal: true, prompt: 'compass> '});";
scripts/server.sh
@@ -0,0 +1,3 @@
+DEBUG=* \
+ATOM_SHELL_INTERNAL_RUN_AS_NODE=1 \
+./dist/MongoDB\ Compass-darwin-x64/MongoDB\ Compass.app/Contents/MacOS/Electron ./dist/MongoDB\ Compass-darwin-x64/MongoDB\ Compass.app/Contents/Resources/app/node_modules/scout-server/bin/scout-server-worker.js
0 commit comments