@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. 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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alook/app",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Run Alook locally — one command, no clone needed",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/alookai/alook#readme",