support to show local video when chatting

This commit is contained in:
杍超
2025-02-11 11:48:55 +08:00
commit 9afd6d03c4
63 changed files with 15022 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
export default {
plugins: [],
svelte: {
preprocess: [],
},
build: {
target: "modules",
},
};