Browse Source

chore(nc-gui): lint

pull/4810/head
Wing-Kam Wong 2 years ago
parent
commit
6a98ea8e3b
  1. 4
      packages/nc-gui/nuxt.config.ts

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

@ -139,8 +139,8 @@ export default defineNuxtConfig({
}), }),
monacoEditorPlugin({ monacoEditorPlugin({
languageWorkers: ['json'], languageWorkers: ['json'],
customDistPath: (root: string, buildOutDir: string, base: string) => { customDistPath: (root: string, buildOutDir: string) => {
return buildOutDir + '/' + 'monacoeditorwork' return `${buildOutDir}/` + `monacoeditorwork`
}, },
}), }),
PurgeIcons({ PurgeIcons({

Loading…
Cancel
Save