mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-24 13:13:43 +00:00
fix: errors on debugging frontend (#297)
This commit is contained in:
parent
7336c61453
commit
caaeb8efe8
1 changed files with 7 additions and 0 deletions
|
@ -14,4 +14,11 @@ export default defineConfig({
|
|||
},
|
||||
},
|
||||
},
|
||||
optimizeDeps: {
|
||||
esbuildOptions: {
|
||||
loader: {
|
||||
".onnx": "dataurl",
|
||||
},
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue