Skip to content

Commit

Permalink
fix: use v-web-worker nuxt plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
  • Loading branch information
vinayakkulkarni committed Apr 19, 2023
1 parent 935d484 commit c360195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const nitro: NuxtConfig['nitro'] = {
const plugins: NuxtConfig['plugins'] = [
{ src: '~/plugins/v-click-outside.ts', mode: 'client' },
{ src: '~/plugins/v-mapbox.ts', mode: 'client' },
{ src: '~/plugins/v-web-workers.ts', mode: 'server' },
{ src: '~/plugins/v-web-workers.ts', mode: 'client' },
];

const runtimeConfig: NuxtConfig['runtimeConfig'] = {
Expand Down

0 comments on commit c360195

Please sign in to comment.