lupine.api 1.1.54 → 1.1.55
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/package.json
CHANGED
|
@@ -553,6 +553,8 @@ export class AdminRelease implements IApiBase {
|
|
|
553
553
|
let saveFile = '';
|
|
554
554
|
if (chkOption === 'server') {
|
|
555
555
|
saveFile = path.join(appData.apiPath, '..', 'server', 'index.js');
|
|
556
|
+
} else if (chkOption === 'app-loader') {
|
|
557
|
+
saveFile = path.join(appData.apiPath, '..', 'server', 'app-loader.js');
|
|
556
558
|
} else if (chkOption === 'api') {
|
|
557
559
|
saveFile = path.join(appData.apiPath, '..', toList + '_api', 'index.js');
|
|
558
560
|
} else if (chkOption === 'web') {
|