← back to Raffiawallcoverings
remove public/index.html.bak-20260526152130 (was served by express.static); add *.bak-* and *.orig to .gitignore; npm install restores package-lock
f62cb8c967d0c35d02a4b791d7455b8fe25ab272 · 2026-05-30 21:27:52 -0700 · Steve Abrams
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Files touched
M .gitignoreM package-lock.json
Diff
commit f62cb8c967d0c35d02a4b791d7455b8fe25ab272
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Sat May 30 21:27:52 2026 -0700
remove public/index.html.bak-20260526152130 (was served by express.static); add *.bak-* and *.orig to .gitignore; npm install restores package-lock
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---
.gitignore | 2 ++
package-lock.json | 13 +++++++++++++
2 files changed, 15 insertions(+)
diff --git a/.gitignore b/.gitignore
index 1140724..3b1c9b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,4 +11,6 @@ build/
.next/
*.bak
*.bak.*
+*.bak-*
*.pre-*
+*.orig
diff --git a/package-lock.json b/package-lock.json
index 45e3ba3..851e615 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,6 +8,7 @@
"name": "raffiawallcoverings",
"version": "0.1.0",
"dependencies": {
+ "dotenv": "^17.4.2",
"express": "^4.21.0",
"helmet": "^8.1.0"
}
@@ -172,6 +173,18 @@
"npm": "1.2.8000 || >= 1.4.16"
}
},
+ "node_modules/dotenv": {
+ "version": "17.4.2",
+ "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.4.2.tgz",
+ "integrity": "sha512-nI4U3TottKAcAD9LLud4Cb7b2QztQMUEfHbvhTH09bqXTxnSie8WnjPALV/WMCrJZ6UV/qHJ6L03OqO3LcdYZw==",
+ "license": "BSD-2-Clause",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://dotenvx.com"
+ }
+ },
"node_modules/dunder-proto": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
← 6d4ea0b feat(fleet): theme1/theme2 query-param-gated toggle on catal
·
back to Raffiawallcoverings
·
server.js mechanical fixes: (1) /api/facets drill-down — aes 638b722 →