feat: support select child packer

This commit is contained in:
ReaJason
2026-06-28 21:22:31 +08:00
parent a267048ed3
commit f19b1be9d4
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[] = [];