Skip to content

Commit

Permalink
update www/vite-env.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianjnuwu committed Jan 13, 2025
1 parent de981f1 commit ab4de7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions www/vite-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ declare global {

interface ImportMetaEnv {
readonly VITE_SOCKET_URL: string;
readonly VITE_WEB_HOST: string;
readonly VITE_WEB_PORT: number;
}

interface ImportMeta {
Expand Down

0 comments on commit ab4de7a

Please sign in to comment.