add form ui
add interface sound hook
This commit is contained in:
+7
-1
@@ -1,3 +1,4 @@
|
||||
import url from "@rollup/plugin-url";
|
||||
import { defineConfig } from "tsdown";
|
||||
|
||||
export default defineConfig({
|
||||
@@ -12,5 +13,10 @@ export default defineConfig({
|
||||
],
|
||||
platform: "browser",
|
||||
dts: true,
|
||||
plugins: [],
|
||||
plugins: [
|
||||
url({
|
||||
include: ["**/*.mp3", "**/*.wav"],
|
||||
limit: 8192,
|
||||
}),
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user