Skip to content

Commit

Permalink
fix: setup html
Browse files Browse the repository at this point in the history
  • Loading branch information
acnormun committed Jan 16, 2025
1 parent 347fa55 commit cc89cf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vtex-webapp",
"private": true,
"version": "0.0.1-alpha136-staging",
"version": "0.0.1-alpha137-staging",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
1 change: 1 addition & 0 deletions src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const query = decodeURIComponent(window.location.search);
const params = new URLSearchParams(query);
const baseAddress = params.get('base_address');
const locale = params.get('locale');
console.log('entrou no app')

if (baseAddress) {
store.dispatch(setBaseAddress(baseAddress));
Expand Down

0 comments on commit cc89cf2

Please sign in to comment.