Attempt trigger process call server side
This commit is contained in:
parent
73bf7f3d79
commit
a62e39a776
8 changed files with 21 additions and 16 deletions
5
src/lib/serverEnvironment.ts
Normal file
5
src/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