A rsbuild / rspeedy plugin that integrates Vue 3 with Lynx's dual-thread architecture (Background Thread renderer + Main Thread PAPI executor).
// lynx.config.ts import { defineConfig } from '@lynx-js/rspeedy' import { pluginVueLynx } from 'vue-lynx/plugin' export default defineConfig({ plugins: [pluginVueLynx()], })