Browse Source

chore(nc-gui): remove commented code

pull/7616/head
Ramesh Mane 5 months ago
parent
commit
240f6d7b8b
  1. 3
      packages/nc-gui/nuxt.config.ts

3
packages/nc-gui/nuxt.config.ts

@ -215,9 +215,6 @@ export default defineNuxtConfig({
// Enable esbuild polyfill plugins
plugins: [NodeModulesPolyfillPlugin()],
},
// noDiscovery: true,
// include: undefined,
// disabled: process.env.NUXT_PAGE_TRANSITION_DISABLE ? true : 'build',
},
},

Loading…
Cancel
Save