mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 13:04:19 +00:00
🐛 Fix build config
This commit is contained in:
parent
6ae9bcc92b
commit
faa28d4990
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ module.exports = {
|
||||||
paths: (paths, env) => {
|
paths: (paths, env) => {
|
||||||
paths.appIndexJs = path.resolve(__dirname, 'nest_frontend/index.js');
|
paths.appIndexJs = path.resolve(__dirname, 'nest_frontend/index.js');
|
||||||
paths.appSrc = path.resolve(__dirname, 'nest_frontend');
|
paths.appSrc = path.resolve(__dirname, 'nest_frontend');
|
||||||
paths.appPublic = path.resolve(__dirname, 'nest_frontend/public');
|
|
||||||
return paths;
|
return paths;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue