Skip to content

Commit f4899d1

Browse files
committed
add livereload command for native plattforms
1 parent c72ac89 commit f4899d1

File tree

3 files changed

+30
-22
lines changed

3 files changed

+30
-22
lines changed

ionic.config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"name": "beatnik",
3-
"integrations": {},
3+
"integrations": {
4+
"capacitor": {}
5+
},
46
"type": "angular"
57
}

package-lock.json

Lines changed: 20 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"generate:service": "ionic g service services/$npm_config_name && ng generate --skip-tests=true class model/$npm_config_name --type=model",
1414
"generate:component": "ionic g component $npm_config_name && ng generate module $npm_config_name",
1515
"generate:page": "ionic g page pages/$npm_config_name",
16-
"generate:guard": "ng g guard guards/$npm_config_name"
16+
"generate:guard": "ng g guard guards/$npm_config_name",
17+
"ios": "ionic cap run ios -l --external",
18+
"android": "ionic cap run android -l --external"
1719
},
1820
"private": true,
1921
"dependencies": {
@@ -26,9 +28,9 @@
2628
"@angular/platform-browser-dynamic": "^19.0.0",
2729
"@angular/router": "^19.0.0",
2830
"@capacitor/android": "^7.2.0",
29-
"@capacitor/app": "^7.0.1",
30-
"@capacitor/core": "^7.2.0",
31-
"@capacitor/haptics": "^7.0.1",
31+
"@capacitor/app": "7.0.2",
32+
"@capacitor/core": "7.4.2",
33+
"@capacitor/haptics": "7.0.2",
3234
"@capacitor/ios": "^7.2.0",
3335
"@capacitor/keyboard": "7.0.1",
3436
"@capacitor/preferences": "^7.0.1",
@@ -56,7 +58,7 @@
5658
"@angular/compiler-cli": "^19.0.0",
5759
"@angular/language-service": "^19.0.0",
5860
"@capacitor/assets": "^3.0.5",
59-
"@capacitor/cli": "^7.2.0",
61+
"@capacitor/cli": "7.4.2",
6062
"@ionic/angular-toolkit": "^12.0.0",
6163
"@types/jasmine": "~5.1.0",
6264
"@typescript-eslint/eslint-plugin": "^8.18.0",

0 commit comments

Comments
 (0)