Skip to content

Commit

Permalink
android live reload
Browse files Browse the repository at this point in the history
  • Loading branch information
staff0rd committed Mar 5, 2023
1 parent a9baca5 commit 99d16cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"check-types": "tsc --noEmit"
"check-types": "tsc --noEmit",
"ionic:serve": "vite dev --host",
"dev:android": "ionic capacitor run android --external --livereload -p 5173"
},
"dependencies": {
"@capacitor/android": "^4.7.0",
Expand Down

0 comments on commit 99d16cb

Please sign in to comment.