Browse Source

chore(nc-gui): lint

pull/3754/head
Wing-Kam Wong 2 years ago
parent
commit
85b79f4712
  1. 3
      packages/nc-gui/nuxt.config.ts

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

@ -83,8 +83,7 @@ export default defineNuxtConfig({
],
define: {
'process.env.DEBUG': 'false',
'process.nextTick': () => {
},
'process.nextTick': () => {},
},
server: {
watch: {

Loading…
Cancel
Save