mirror of
https://github.com/kccleoc/seedpgp-web.git
synced 2026-07-03 18:40:12 +08:00
add build file vite-env.d.ts
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
|||||||
|
/// <reference types="vite/client" />
|
||||||
|
|
||||||
|
// Allow importing CSS files
|
||||||
|
declare module '*.css' {
|
||||||
|
const content: string;
|
||||||
|
export default content;
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user