fix: errors on debugging frontend (#297)

This commit is contained in:
Myriad-Dreamin 2024-05-17 17:07:45 +08:00 committed by GitHub
parent 7336c61453
commit caaeb8efe8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,4 +14,11 @@ export default defineConfig({
},
},
},
optimizeDeps: {
esbuildOptions: {
loader: {
".onnx": "dataurl",
},
}
}
});