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 89ec735 commit 669d6e9Copy full SHA for 669d6e9
src/server/constants.ts
@@ -1,2 +1,5 @@
1
-export const WORKDIR_PATH = process.env.FARM_WORKDIR ?? '/farm';
+import nodePath from 'node:path';
2
+
3
+// TODO(DakEnviy): Rewrite work with paths
4
+export const WORKDIR_PATH = nodePath.resolve(process.env.FARM_WORKDIR ?? '/farm');
5
export const TEMP_PATH = 'farm-temp';
0 commit comments