mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 03:47:49 +01: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