← back to Dw Universe
snapshot: 2 file(s) changed, +1 new, ~1 modified
c5c23300832d416ef932a5d85e0250a21af2e7bd · 2026-05-13 08:57:52 -0700 · Steve
Files touched
A ecosystem.config.cjsM public/index.html
Diff
commit c5c23300832d416ef932a5d85e0250a21af2e7bd
Author: Steve <steve@designerwallcoverings.com>
Date: Wed May 13 08:57:52 2026 -0700
snapshot: 2 file(s) changed, +1 new, ~1 modified
---
ecosystem.config.cjs | 19 +++++++++++++++++++
public/index.html | 2 ++
2 files changed, 21 insertions(+)
diff --git a/ecosystem.config.cjs b/ecosystem.config.cjs
new file mode 100644
index 0000000..2eb6b15
--- /dev/null
+++ b/ecosystem.config.cjs
@@ -0,0 +1,19 @@
+module.exports = {
+ apps: [{
+ name: "dw-universe",
+ 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",
+ },
+ autorestart: true,
+ max_memory_restart: "300M",
+ }],
+};
diff --git a/public/index.html b/public/index.html
index fb30ddb..de0509d 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,6 +1,8 @@
<!doctype html>
<html lang="en">
<head>
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg">
+
<meta charset="utf-8">
<title>DW Universe — 41 Niches, One Search</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
← d109d75 initial scaffold (gitify-all 2026-05-06)
·
back to Dw Universe
·
Add rel=noopener and noopener window features to external li 0789476 →