diff --git a/types.d.ts b/types.d.ts deleted file mode 100644 index 7d79242..0000000 --- a/types.d.ts +++ /dev/null @@ -1,7 +0,0 @@ -declare namespace NodeJS { - interface ProcessEnv { - NODE_ENV: 'development' | 'production' - readonly VITE_DEV_SERVER_HOST: string - readonly VITE_DEV_SERVER_PORT: string - } -}