const { root } = require('./helpers'); module.exports = { entry: root('./src/main.server.ts'), output: { filename: 'server.js' }, target: 'node' };