Skip to content

Conversation

@jasonad123
Copy link
Owner

Description

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code refactoring
  • Performance improvement
  • Other (please describe):

Related Issues

Fixes #
Relates to #

Changes Made

Testing

  • Local development testing
  • Docker build testing
  • Browser testing (specify browsers):
  • Manual testing performed

Test Configuration

  • Node.js version:
  • pnpm version:
  • Browser(s) tested:
  • OS tested:

Screenshots (if applicable)

Checklist

  • My code follows the project's coding standards
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings or errors
  • I have added tests that prove my fix is effective or that my feature works
  • Any dependent changes have been merged and published
  • I have run pnpm lint and pnpm format before committing
  • I have tested the Docker build if applicable

Breaking Changes

None / N/A

Additional Notes

@socket-security
Copy link

socket-security bot commented Feb 3, 2026

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedtsx@​4.21.01001008185100

View full report

@railway-app railway-app bot temporarily deployed to Transit TV / Transit-TV-pr-83 February 3, 2026 18:11 Destroyed
@railway-app
Copy link

railway-app bot commented Feb 3, 2026

🚅 Deployed to the Transit-TV-pr-83 environment in Transit TV

Service Status Web Updated (UTC)
Transit-TV 😴 Sleeping (View Logs) Feb 10, 2026 at 7:51 pm

jasonad123 and others added 7 commits February 10, 2026 19:42
- Add server/tsconfig.json with Node16 module resolution
- Add typescript, tsx for development with hot reload
- Add @types/express, @types/compression, @types/cookie-parser,
  @types/errorhandler, @types/ejs
- Update package.json scripts:
  - start: run from dist/app.js
  - dev: use tsx watch for hot reload
  - build:server: compile TypeScript
  - typecheck: run type checking

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Convert logger.js to logger.ts with proper Pino types
- Convert environment/index.js to index.ts with Config interface
- Convert express.js to express.ts with Express types
- Add typed validation functions for environment variables
- Export parseBoolean helper with proper typing

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Convert routes.controller.js to TypeScript with interfaces for
  Route, Itinerary, ScheduleItem, CacheEntry, etc.
- Convert image.controller.js to TypeScript with proper Request typing
- Convert config.controller.js to TypeScript with Coordinates interface
- Convert all router index files to TypeScript
- Add proper error typing with FetchError interface

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Convert app.js to app.ts with typed error handlers
- Convert routes.js to routes.ts with SvelteKit handler types
- Convert components/errors/index.js to TypeScript
- Add proper typing for graceful shutdown signals
- Add ErrorHandlers interface for error responses

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add TypeScript build step to all Dockerfiles
- Copy dist/ instead of server/ in production stage
- Update CMD to run dist/app.js
- Update compose.dev.yaml backend to use tsx for dev
- Update railway.json startCommand to dist/app.js

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant