1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-22 13:04:19 +00:00
pds-2021-g2-nest/config-overrides.js

9 lines
No EOL
258 B
JavaScript

const path = require('path');
module.exports = {
paths: function (paths, env) {
paths.appIndexJs = path.resolve(__dirname, 'nest_frontend/index.js');
paths.appSrc = path.resolve(__dirname, 'nest_frontend');
return paths;
},
}