Skip to content

Commit 5ebefa6

Browse files
committed
chore: Remove commented out code for ofetch plugin
1 parent ebae453 commit 5ebefa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nuxt.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default defineNuxtConfig({
3333
},
3434
},
3535
css: ['~/assets/sass/global.sass'],
36-
plugins: [{ src: '~/plugins/ofetch' }],
36+
plugins: [/* { src: '~/plugins/ofetch' } */],
3737
components: {
3838
global: true,
3939
dirs: [{ path: '~/components', prefix: 'sesame' }],
@@ -100,7 +100,7 @@ export default defineNuxtConfig({
100100
},
101101
},
102102
http: {
103-
debug: process.env.NODE_ENV === 'development',
103+
debug: /true|on|yes|1/i.test(`${process.env.DEBUG}`),
104104
browserBaseURL: SESAME_APP_API_URL,
105105
baseURL: SESAME_APP_API_URL,
106106
},

0 commit comments

Comments
 (0)