← back to Linenwallpaper
snapshot: 1 file(s) changed, +1 new
1ccc8188183da32d1b022657e0656c671b3d0dc5 · 2026-05-13 08:57:56 -0700 · Steve
Files touched
Diff
commit 1ccc8188183da32d1b022657e0656c671b3d0dc5
Author: Steve <steve@designerwallcoverings.com>
Date: Wed May 13 08:57:56 2026 -0700
snapshot: 1 file(s) changed, +1 new
---
ecosystem.config.cjs | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/ecosystem.config.cjs b/ecosystem.config.cjs
new file mode 100644
index 0000000..66c6931
--- /dev/null
+++ b/ecosystem.config.cjs
@@ -0,0 +1,20 @@
+module.exports = {
+ apps: [{
+ name: "linenwallpaper",
+ script: "server.js",
+ cwd: __dirname,
+ env: {
+ HOST: "0.0.0.0",
+ BIND: "0.0.0.0",
+ FLASK_RUN_HOST: "0.0.0.0",
+ UVICORN_HOST: "0.0.0.0",
+ GUNICORN_BIND: "0.0.0.0:8000",
+ HOSTNAME: "0.0.0.0",
+ VITE_HOST: "0.0.0.0",
+ NEXT_TELEMETRY_DISABLED: "1",
+ PORT: "9842",
+ },
+ autorestart: true,
+ max_memory_restart: "300M",
+ }],
+};
← 6bac45f fleet-grid refine: chip_uniform_aspect (linenwallpaper)
·
back to Linenwallpaper
·
remove stray contact modal markup that was rendering inline c47d641 →