We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8912681 commit 41bdbb0Copy full SHA for 41bdbb0
src/types/types.ts
@@ -1,3 +1,2 @@
1
export type DeploymentEnv = 'production' | 'preview' | 'development'
2
export interface EnvVarMap { [key:string]: string }
3
-export interface Stdout { stdout: string, stderr: string }
0 commit comments