Skip to content

Commit

Permalink
fix: typo in webapp build script (#15103)
Browse files Browse the repository at this point in the history
Co-authored-by: Przemysław Dąbek <[email protected]>
Co-authored-by: Joey Marshment-Howell <[email protected]>
  • Loading branch information
3 people committed Jan 28, 2025
1 parent 27927d8 commit 5d05e9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function environmentVariables(): Plugin {
return {
define: {
...processEnv,
// This lets us set the verison in a meta tag in index.html
// This lets us set the version in a meta tag in index.html
"import.meta.env.VERSION": version,
},
};
Expand Down

0 comments on commit 5d05e9c

Please sign in to comment.