← back to Animate Museum Posts
fix: correct package.json main to src/index.js; add backup file patterns to .gitignore
c7efd0787cb83cd10947c52bf0f123941a8d8a98 · 2026-05-30 23:47:24 -0700 · SteveStudio2
Files touched
M .gitignoreM package.json
Diff
commit c7efd0787cb83cd10947c52bf0f123941a8d8a98
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date: Sat May 30 23:47:24 2026 -0700
fix: correct package.json main to src/index.js; add backup file patterns to .gitignore
---
.gitignore | 7 +++++++
package.json | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 327bab5..2ccf5d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,10 @@ dist/
tmp/
.DS_Store
build/
+*.bak
+*.bak-*
+*.pre-*
+*.orig
+*.old
+*~
+copy-of-*
diff --git a/package.json b/package.json
index 2a53098..a54ba9b 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "animate-museum-posts",
"version": "1.0.0",
"description": "Automated museum art animation and posting bot",
- "main": "index.js",
+ "main": "src/index.js",
"type": "module",
"scripts": {
"start": "node src/index.js",
← 12d8ced feat(fleet): theme1/theme2 query-param-gated toggle on catal
·
back to Animate Museum Posts
·
Link favicon.svg in head (use branded SVG, not .ico fallback d573974 →