mirror of
https://github.com/open-webui/open-webui.git
synced 2026-04-30 01:10:17 -05:00
also disable console.debug
This commit is contained in:
@@ -41,6 +41,6 @@ export default defineConfig({
|
||||
format: 'es'
|
||||
},
|
||||
esbuild: {
|
||||
pure: ['console.log'],
|
||||
},
|
||||
pure: ['console.log', 'console.debug']
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user