mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
12 lines
163 B
JavaScript
12 lines
163 B
JavaScript
const {
|
|
root
|
|
} = require('./helpers');
|
|
|
|
module.exports = {
|
|
entry: root('./src/main.server.ts'),
|
|
output: {
|
|
filename: 'server.js'
|
|
},
|
|
target: 'node'
|
|
};
|