@akanjs/cli 0.0.96 → 0.0.97
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/index.js +0 -1
- package/index.mjs +0 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -4093,7 +4093,6 @@ var ApplicationRunner = class {
|
|
|
4093
4093
|
},
|
|
4094
4094
|
define: {
|
|
4095
4095
|
"process.env": {
|
|
4096
|
-
...env,
|
|
4097
4096
|
AKAN_COMMAND_TYPE: "start",
|
|
4098
4097
|
NEXT_PUBLIC_REPO_NAME: app.workspace.repoName,
|
|
4099
4098
|
NEXT_PUBLIC_SERVE_DOMAIN: processEnv.NEXT_PUBLIC_SERVE_DOMAIN ?? "localhost",
|
package/index.mjs
CHANGED
|
@@ -4412,7 +4412,6 @@ var init_application_runner = __esm({
|
|
|
4412
4412
|
},
|
|
4413
4413
|
define: {
|
|
4414
4414
|
"process.env": {
|
|
4415
|
-
...env,
|
|
4416
4415
|
AKAN_COMMAND_TYPE: "start",
|
|
4417
4416
|
NEXT_PUBLIC_REPO_NAME: app.workspace.repoName,
|
|
4418
4417
|
NEXT_PUBLIC_SERVE_DOMAIN: processEnv.NEXT_PUBLIC_SERVE_DOMAIN ?? "localhost",
|