Skip to content

Commit

Permalink
🔀 Merge pull request #19 from DanielSRS/IHM_Remoto
Browse files Browse the repository at this point in the history
✨ Update remote
  • Loading branch information
DanielSRS authored Dec 16, 2022
2 parents 738adfe + 78fa07f commit 2aa7b13
Show file tree
Hide file tree
Showing 2 changed files with 388 additions and 59 deletions.
2 changes: 1 addition & 1 deletion IHM_Remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"windows": "react-native run-windows",
"build:web": "rm -rf dist/ && webpack --mode=production --config webpack.config.js",
"web": "webpack serve --mode=development --config web/webpack.config.js"
"web": "webpack serve --host 0.0.0.0 --mode=development --config web/webpack.config.js"
},
"dependencies": {
"@react-navigation/drawer": "^6.5.3",
Expand Down
Loading

0 comments on commit 2aa7b13

Please sign in to comment.