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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lupine.api",
3
- "version": "1.1.54",
3
+ "version": "1.1.55",
4
4
  "license": "MIT",
5
5
  "author": "uuware.com",
6
6
  "homepage": "https://github.com/uuware/lupine.js",
@@ -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') {