Skip to content

Commit

Permalink
fix: disable migrations temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Jul 26, 2022
1 parent b07a06a commit 096491d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default {
{ src: '~/plugins/a.pwa-update.js', mode: 'client' },
{ src: '~/plugins/c.vuex-persist.js', mode: 'client' },
{ src: '~/plugins/e.vuex-router-sync.js', mode: 'client' },
{ src: '~/plugins/g.migrate-state.js', mode: 'client' },
// { src: '~/plugins/g.migrate-state.js', mode: 'client' },
{ src: '~/plugins/z.vue-matomo.js', mode: 'client' }
],

Expand Down

0 comments on commit 096491d

Please sign in to comment.