调整 oak.config.json

This commit is contained in:
Wang Kejun 2022-06-29 19:08:15 +08:00
parent 52374486b8
commit 62b79b8444
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ module.exports = {
appTsBuildInfoFile: resolveRoot('node_modules/.cache/tsconfig.tsbuildinfo'),
publicUrlOrPath: '/',
appOutSrc: resolveRoot('src'),
oakConfigJson: resolveApp('src/oak.config.json'),
oakConfigJson: resolveRoot('oak.config.json'),
};

View File

@ -73,7 +73,7 @@ module.exports = {
swSrc: resolveModule(resolveApp, 'src/service-worker'),
publicUrlOrPath,
appOutSrc: resolveRoot('src'),
// oakConfigJson: resolveApp('src/oak.config.json'),
oakConfigJson: resolveRoot('oak.config.json'),
};