feat: support select child packer

This commit is contained in:
ReaJason
2026-06-27 18:40:21 +08:00
parent 52004a2e13
commit 9aab9f0a4b
16 changed files with 842 additions and 509 deletions
-3
View File
@@ -9,9 +9,6 @@ const getUrl = createGetUrl("/docs");
export default {
basename: env.VITE_APP_BASE_PATH,
ssr: false,
future: {
v8_middleware: true,
},
async prerender({ getStaticPaths }) {
const paths: string[] = [];
const excluded: string[] = [];