feat(docs): changelog page overhaul

This commit is contained in:
Melvin Chia
2025-12-30 22:07:35 +08:00
parent 57be3bb0ab
commit 8ea871963d
9 changed files with 178 additions and 43 deletions

View File

@@ -7,5 +7,8 @@
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}
"include": [
"vite.config.ts",
"plugins/**/*.ts"
]
}