BillTracker/scripts
null 20d2e8965b refactor(server): migrate app entry point to TypeScript (.cts) — server migration 100%
Completes the JS→TS server migration. server.js → server.cts (Node
type-stripping, no build step), and every launch/config reference now
points at it: package.json (main/dev:api/start/check:server) and the
Docker CMD.

scripts/seedDemoData.js is required at runtime by routes/user.cts, so it
crosses into the server runtime — migrated to .cts and its require of
db/database updated to the .cts path. The remaining scripts/*.js are
standalone dev/ops tooling (outside the runtime and the check:server
boundary); their stale extensionless requires of now-.cts modules were
repaired so they still run, and the PM2 ecosystem config entry point was
updated to server.cts.

Verified: 0 runtime .js remain in the server tree; typecheck:server and
check:server clean; 226/226 tests pass; `node server.cts` boots and
/api/health returns 200.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-06 11:41:56 -05:00
..
docker-push.sh v0.27.02 push 2026-05-14 21:00:07 -05:00
docker-test.sh v0.25.0: roadmap redesign, import CSRF fix, AdminDashboard removed 2026-05-11 21:42:36 -05:00
ecosystem.config.js refactor(server): migrate app entry point to TypeScript (.cts) — server migration 100% 2026-07-06 11:41:56 -05:00
migrate-db.js refactor(server): migrate app entry point to TypeScript (.cts) — server migration 100% 2026-07-06 11:41:56 -05:00
pipeline-report.py feat: merge pipeline workflow into bill-tracker (batch v0.36.0) 2026-06-03 20:28:37 -05:00
prod-smoke.js test(qa): production-build smoke (B15) — validates split chunks at runtime 2026-07-02 21:45:25 -05:00
prod-smoke.sh test(qa): production-build smoke (B15) — validates split chunks at runtime 2026-07-02 21:45:25 -05:00
seedDemoData.cts refactor(server): migrate app entry point to TypeScript (.cts) — server migration 100% 2026-07-06 11:41:56 -05:00
server-setup.sh initial commit 2026-05-03 19:51:57 -05:00
test-cookie-options.js refactor(server): migrate app entry point to TypeScript (.cts) — server migration 100% 2026-07-06 11:41:56 -05:00
test-import-fixture.xlsx initial commit 2026-05-03 19:51:57 -05:00
test-import-multi-fixture.xlsx initial commit 2026-05-03 19:51:57 -05:00
test-import.js refactor(server): migrate app entry point to TypeScript (.cts) — server migration 100% 2026-07-06 11:41:56 -05:00
test-oidc-smoke.js refactor(server): migrate app entry point to TypeScript (.cts) — server migration 100% 2026-07-06 11:41:56 -05:00