mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-12 07:12:52 +01:00
feat: add FrontMatter CMS, biome, translation, etc.
* add Frontmatter CMS * add biome * update * update * fixed & add docs * fix translation.ts * fix translation
This commit is contained in:
8
src/files.d.ts
vendored
8
src/files.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
declare module "*.yml" {
|
||||
const value: any;
|
||||
export default value;
|
||||
}
|
||||
declare module '*.yml' {
|
||||
const value: unknown
|
||||
export default value
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user