switch to use pnpm (#330)

Reviewed-on: https://gitea.com/gitea/docs/pulls/330
Co-authored-by: techknowlogick <techknowlogick@gitea.com>
Co-committed-by: techknowlogick <techknowlogick@gitea.com>
This commit is contained in:
techknowlogick
2026-02-03 03:29:59 +00:00
committed by techknowlogick
parent 8a40822acd
commit 2fe3b3a114
8 changed files with 13214 additions and 20006 deletions

View File

@@ -0,0 +1,7 @@
import MDXComponents from '@theme-original/MDXComponents';
import A from './A';
export default {
...MDXComponents,
a: A,
};