This commit is contained in:
@@ -83,7 +83,7 @@ if (process.argv[2] == "start") {
|
||||
)
|
||||
|
||||
// if SSR env variable is set
|
||||
console.log(process.env)
|
||||
console.log(process.env, "=========================ENV")
|
||||
if (process.env.SSR) {
|
||||
// read api/config.yml.env and read SSR_TOKEN variable from it
|
||||
const configEnv = fs.readFileSync(__dirname + "/api/config.yml.env", "utf8")
|
||||
|
||||
Reference in New Issue
Block a user