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 4b08cbf commit b88cd38Copy full SHA for b88cd38
server/index.js
@@ -20,7 +20,7 @@ function readEnvironmentFile(firstRun) {
20
} catch {
21
if (firstRun) toConsole("info", ".env file not found! Creating a new one...");
22
environmentFile = fs.readFileSync("config/example.env", { encoding: "utf8", flag: "r" });
23
- fs.writeFileSync("../config/.env", environmentFile);
+ fs.writeFileSync("config/.env", environmentFile);
24
}
25
return environmentFile;
26
0 commit comments