Skip to content

Commit c261345

Browse files
committed
chore: update
1 parent 2b4a9b7 commit c261345

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
declare module '*.css';
2+
3+
interface ImportMetaEnv {
4+
readonly SSG_MD: boolean;
5+
}
6+
7+
interface ImportMeta {
8+
readonly env: ImportMetaEnv;
9+
}

0 commit comments

Comments
 (0)