@reepoe/plugin 1.2.5 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/start.js +2 -1
- package/binaries/reepoe-linux-x64 +0 -0
- package/package.json +1 -1
package/bin/start.js
CHANGED
|
@@ -389,7 +389,8 @@ async function main() {
|
|
|
389
389
|
...process.env,
|
|
390
390
|
PORT: port.toString(),
|
|
391
391
|
HOST: '127.0.0.1',
|
|
392
|
-
PYTHONUNBUFFERED: '1'
|
|
392
|
+
PYTHONUNBUFFERED: '1',
|
|
393
|
+
REEPOE_PROJECT_ROOT: process.cwd() // Phase 1: Pass user's directory to server
|
|
393
394
|
};
|
|
394
395
|
|
|
395
396
|
const child = spawn(binaryPath, [], {
|
|
Binary file
|