mango-cms 0.2.6 → 0.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli.js +1 -1
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -486,7 +486,7 @@ program
|
|
|
486
486
|
.description('Build and deploy Mango CMS using PM2')
|
|
487
487
|
.action(async () => {
|
|
488
488
|
try {
|
|
489
|
-
const configPath = path.join(process.cwd(), '
|
|
489
|
+
const configPath = path.join(process.cwd(), 'mango/config/settings.json');
|
|
490
490
|
const settings = JSON.parse(fs.readFileSync(configPath, 'utf8'));
|
|
491
491
|
|
|
492
492
|
// Run build command
|