Andrius added

This commit is contained in:
Olusesan Ameye
2023-06-24 18:16:00 -04:00
parent 4e29e9bd95
commit a0f63dafb4
3 changed files with 13 additions and 2 deletions
+2
View File
@@ -4,3 +4,5 @@ node_modules
*angular/*
.idea
.angular/cache/*
ios
andriod
+10 -1
View File
@@ -20,4 +20,13 @@ ionic g page pages/resetpass
ionic g service services/wrench
ionic g page userpages/dash
ionic g page userpages/market
ionic g page userpages/market
$ ionic build
$ ionic build --prod
$ ionic build --watch
$ ionic capacitor build
$ ionic capacitor build android
$ ionic capacitor build ios
+1 -1
View File
@@ -19,7 +19,7 @@
"@angular/platform-browser": "^14.0.0",
"@angular/platform-browser-dynamic": "^14.0.0",
"@angular/router": "^14.0.0",
"@capacitor/android": "^5.0.0",
"@capacitor/android": "5.0.5",
"@capacitor/app": "^5.0.0",
"@capacitor/core": "^5.0.0",
"@capacitor/haptics": "^5.0.0",