constpath = require('path');
// Example of programmatic usage of dev-toolkit with a serverless-type applicationrequire('dev-toolkit').default({
command: 'preRender',
options: {
preRenderEntryPoint: path.resolve(process.cwd(), 'src/server/preRender'),
silent: true,
},
});