Skip to content

Commit

Permalink
clean up env types
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtonG committed Feb 8, 2023
1 parent 1443ca1 commit b65ed36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions webui/react/src/react-app-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* eslint-disable */
/// <reference types="vite/client" />
/// <reference path="types.ts" />

export {};
Expand All @@ -17,12 +18,12 @@ declare global {
}
}

declare module global {
declare global {
namespace NodeJS {
interface ProcessEnv {
IS_DEV: boolean;
VERSION: string;
SERVER_ADDRESS?: string;
PUBLIC_URL: string;
}
}
}
1 change: 0 additions & 1 deletion webui/react/src/vite-env.d.ts

This file was deleted.

0 comments on commit b65ed36

Please sign in to comment.