prettier
This commit is contained in:
@@ -3,8 +3,8 @@ export function config() {
|
||||
window.process = {
|
||||
env: {
|
||||
PAT_1: 'myDummyPAT',
|
||||
}
|
||||
},
|
||||
};
|
||||
console.log("env var has been set");
|
||||
console.log('env var has been set');
|
||||
return { parsed: {} };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user