how to disable server output, enable *only* pre-rendering?
When I enable pre-rendering (SSG) with
server.prerender.crawLinks = true, the npm run build command outputs both a server and static pre-render. How do we configure it to output only SSG without the server output?