[object Object]

← back to CelebritySignatures

fix: add package.json (type:module) so the ESM server.js can actually run — app was never startable without it (TK-10123)

31e56bf2626a969ea9004dd4eb34dbffa15802f1 · 2026-08-03 09:31:35 -0700 · steve

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit 31e56bf2626a969ea9004dd4eb34dbffa15802f1
Author: steve <steve@designerwallcoverings.com>
Date:   Mon Aug 3 09:31:35 2026 -0700

    fix: add package.json (type:module) so the ESM server.js can actually run — app was never startable without it (TK-10123)
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
 package.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package.json b/package.json
new file mode 100644
index 0000000..839bf11
--- /dev/null
+++ b/package.json
@@ -0,0 +1 @@
+{"name":"celebrity-signatures","type":"module","private":true}

← fb92129 CelebritySignatures: href-drill — category + usability are f  ·  back to CelebritySignatures  ·  Artists groundwork: shared wikidata-common lib (extracted fr 4d73f50 →