@alook/app 0.0.3 → 0.0.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.
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17222,6 +17222,7 @@ port = ${ports.web}
|
|
|
17222
17222
|
}
|
|
17223
17223
|
webContent = setVar(webContent, "DEV_WS_DO_URL", `http://localhost:${ports.wsDo}`);
|
|
17224
17224
|
webContent = setVar(webContent, "DEV_EMAIL_WORKER_URL", `http://localhost:${ports.emailWorker}`);
|
|
17225
|
+
webContent = setVar(webContent, "NODE_ENV", "development");
|
|
17225
17226
|
writeFileSync3(webToml, webContent);
|
|
17226
17227
|
setDevPort(join7(SELF_HOSTED_DIR, "email-worker", "wrangler.toml"), ports.emailWorker);
|
|
17227
17228
|
setDevPort(join7(SELF_HOSTED_DIR, "ws-do", "wrangler.toml"), ports.wsDo);
|