fix: build error

This commit is contained in:
hamster1963
2024-12-07 02:30:34 +08:00
parent af92b5733c
commit 7d61b66762
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
declare module '*.css' {
const css: { [key: string]: string }
export default css
}
+1
View File
@@ -0,0 +1 @@
/// <reference types="vite/client" />