mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-04 17:39:23 +08:00
9 lines
110 B
JavaScript
9 lines
110 B
JavaScript
export default {
|
|
plugins: [],
|
|
svelte: {
|
|
preprocess: [],
|
|
},
|
|
build: {
|
|
target: "modules",
|
|
},
|
|
}; |