remove: .source folder in next package

This commit is contained in:
alikia2x (寒寒) 2025-06-21 00:35:18 +08:00
parent edbae956ca
commit 87ee7ab9b4
Signed by: alikia2x
GPG Key ID: 56209E0CCD8420C6
2 changed files with 0 additions and 11 deletions

View File

@ -1,3 +0,0 @@
// @ts-nocheck -- skip type checking
import { _runtime } from "fumadocs-mdx"
import * as _source from "../source.config"

View File

@ -1,8 +0,0 @@
// source.config.ts
import { defineConfig } from "fumadocs-mdx/config";
var source_config_default = defineConfig({
mdxOptions: {}
});
export {
source_config_default as default
};