@jayfong/x-server 2.80.2 → 2.80.4

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.
@@ -182,7 +182,7 @@ _yargs.default.command('dev', '开始开发', _ => _.positional('index', {
182
182
  }
183
183
  });
184
184
  await _build_util.BuildUtil.build({
185
- appId: process.env.APP_ID,
185
+ appId: envMap.APP_ID,
186
186
  cwd: process.cwd(),
187
187
  external: externals,
188
188
  inlineEnvs: envMap,
package/lib/cli/cli.js CHANGED
@@ -180,7 +180,7 @@ yargs.command('dev', '开始开发', _ => _.positional('index', {
180
180
  }
181
181
  });
182
182
  await BuildUtil.build({
183
- appId: process.env.APP_ID,
183
+ appId: envMap.APP_ID,
184
184
  cwd: process.cwd(),
185
185
  external: externals,
186
186
  inlineEnvs: envMap,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jayfong/x-server",
3
- "version": "2.80.2",
3
+ "version": "2.80.4",
4
4
  "license": "ISC",
5
5
  "sideEffects": false,
6
6
  "main": "lib/_cjs/index.js",