Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
narthur committed Aug 6, 2024
1 parent ee390cf commit 3207208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default defineConfig(({ mode }) => {
),
__FIREBASE_APP_ID__: JSON.stringify(env.VITE_FIREBASE_APP_ID),
__API1_URL__: JSON.stringify(env.VITE_API1_URL),
__API2_URL__: JSON.stringify(env.VITE_API2_URL),
__API2_URL__: JSON.stringify(env.VITE_API2_URL),
},
};

Expand Down
2 changes: 1 addition & 1 deletion vite.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ declare const __FIREBASE_STORAGE_BUCKET__: string;
declare const __FIREBASE_MESSAGING_SENDER_ID__: string;
declare const __FIREBASE_APP_ID__: string;
declare const __API1_URL__: string;
declare const __API2_URL__: string;
declare const __API2_URL__: string;

0 comments on commit 3207208

Please sign in to comment.