@akanjs/config 0.9.43 → 0.9.44

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.
@@ -51,7 +51,7 @@ const withBase = (applyConfig) => {
51
51
  const ip = getLocalIP();
52
52
  const baseConfig = {
53
53
  //! appId 바꿔야됨.
54
- appId: `com.${appName}.test`,
54
+ appId: `com.${appName}.${process.env.NEXT_PUBLIC_ENV}`,
55
55
  appName,
56
56
  webDir: `../../dist/apps/${appName}/csr`,
57
57
  // bundledWebRuntime: false, !not used
@@ -19,7 +19,7 @@ const withBase = (applyConfig) => {
19
19
  const ip = getLocalIP();
20
20
  const baseConfig = {
21
21
  //! appId 바꿔야됨.
22
- appId: `com.${appName}.test`,
22
+ appId: `com.${appName}.${process.env.NEXT_PUBLIC_ENV}`,
23
23
  appName,
24
24
  webDir: `../../dist/apps/${appName}/csr`,
25
25
  // bundledWebRuntime: false, !not used
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akanjs/config",
3
- "version": "0.9.43",
3
+ "version": "0.9.44",
4
4
  "sourceType": "module",
5
5
  "module": {
6
6
  "access": "public"