mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-11 05:17:24 +08:00
6 lines
120 B
TypeScript
6 lines
120 B
TypeScript
import {defineConfig} from "vitepress";
|
|
|
|
import {common} from './common'
|
|
export default defineConfig({
|
|
...common,
|
|
}) |