Skip to content

Commit

Permalink
Merge pull request #273 from shanmukhdutt/dxp-253-serviceWorkerRunnin…
Browse files Browse the repository at this point in the history
…gTwice

Fixed: service worker registration error by removing the register service worker file (dxp-253)
  • Loading branch information
ymaheshwari1 committed Mar 15, 2024
2 parents 999f175 + 1de704f commit 9d0adb1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { createApp } from 'vue'
import App from './App.vue'
import router from './router';
import './registerServiceWorker'

import { IonicVue } from '@ionic/vue';
import i18n from './i18n'
Expand Down
30 changes: 0 additions & 30 deletions src/registerServiceWorker.ts

This file was deleted.

0 comments on commit 9d0adb1

Please sign in to comment.