File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import { createApp } from 'vue'
22import { createRouter , createWebHistory } from 'vue-router'
3+ // @ts -expect-error skip type check
34import { routes } from 'vue-router/auto-routes'
45
56import App from './App.vue'
Original file line number Diff line number Diff line change @@ -93,7 +93,6 @@ export default defineNuxtConfig({
9393 vite : {
9494 base : BASE ,
9595 build : {
96- // @ts -expect-error skip type check
9796 rolldownOptions : {
9897 devtools : { } ,
9998 } ,
@@ -121,10 +120,10 @@ export default defineNuxtConfig({
121120 ] ,
122121 } ,
123122 devtools : {
123+ enabled : false ,
124124 clientAuth : false ,
125125 } ,
126126 plugins : [
127- // @ts -expect-error skip type check
128127 NUXT_DEBUG_BUILD ? Inspect ( { build : true } ) : null ,
129128 ] ,
130129 } ,
You can’t perform that action at this time.
0 commit comments