Skip to content

Commit 3054078

Browse files
committed
Test env
1 parent 1079a81 commit 3054078

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/apollo/src/Command.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@ export abstract class ProjectCommand extends Command {
126126
title: "Loading Apollo Project",
127127
task: async ctx => {
128128
await this.project.whenReady;
129+
130+
console.log("Env:");
131+
console.log(Object.keys(process.env).toString());
132+
console.log("/Env");
133+
129134
ctx = { ...ctx, ...this.ctx };
130135
}
131136
});

0 commit comments

Comments
 (0)