@tanstack/vue-start
Version:
Modern and scalable routing for Vue applications
15 lines (14 loc) • 499 B
JavaScript
import { vueStartDefaultEntryPaths } from "./shared.js";
import { RSBUILD_ENVIRONMENT_NAMES, tanStackStartRsbuild } from "@tanstack/start-plugin-core/rsbuild";
//#region src/plugin/rsbuild.ts
function tanstackStart(options) {
return tanStackStartRsbuild({
framework: "vue",
defaultEntryPaths: vueStartDefaultEntryPaths,
providerEnvironmentName: RSBUILD_ENVIRONMENT_NAMES.server,
ssrIsProvider: true
}, options);
}
//#endregion
export { tanstackStart };
//# sourceMappingURL=rsbuild.js.map