Skip to content

Commit ea39b6e

Browse files
authored
Update vite.config.js
1 parent bb6f8f3 commit ea39b6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/vite.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 Google LLC
2+
* Copyright 2024 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -30,4 +30,4 @@ export default defineConfig({
3030
define: {
3131
'import.meta.env.GOOGLE_MAPS_API_KEY': JSON.stringify(process.env.GOOGLE_MAPS_API_KEY)
3232
}
33-
});
33+
});

0 commit comments

Comments
 (0)