搜索文档
Home > @lynx-js/rspeedy > Output > distPath
Set the directory of the dist files.
Signature:
distPath?: DistPath | undefined;
Use output instead of dist(the default value):
output
dist
import { defineConfig } from '@lynx-js/rspeedy' export default defineConfig({ output: { distPath: { root: './output', }, }, })