1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-22 04:54:18 +00:00

🐛 Fix build config

This commit is contained in:
Steffo 2021-05-15 02:29:26 +02:00
parent 6ae9bcc92b
commit faa28d4990
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -4,7 +4,6 @@ module.exports = {
paths: (paths, env) => {
paths.appIndexJs = path.resolve(__dirname, 'nest_frontend/index.js');
paths.appSrc = path.resolve(__dirname, 'nest_frontend');
paths.appPublic = path.resolve(__dirname, 'nest_frontend/public');
return paths;
},