Wrong lib folder
This commit is contained in:
parent
a62e39a776
commit
1b71a9cfd7
1 changed files with 0 additions and 0 deletions
5
ui/lib/serverEnvironment.ts
Normal file
5
ui/lib/serverEnvironment.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import process from 'process';
|
||||
|
||||
export async function getServerEnv(envVar: string) {
|
||||
return process.env[envVar];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue