- build(config): Promise<void>
Parameters
- config: {
mode: "development" | "production";
paths: {
anchor: string;
dist: string;
entry: string;
rsc: string;
src: string;
ssr: string;
};
root: string;
serve: {
port: number;
};
}mode: "development" | "production"
paths: {
anchor: string;
dist: string;
entry: string;
rsc: string;
src: string;
ssr: string;
}
anchor: string
dist: string
entry: string
rsc: string
src: string
ssr: string
root: string
serve: {
port: number;
}
Returns Promise<void>
Build the Seia project with the given configuration.