feat: remove JavaScript files replaced by TypeScript equivalents

- Remove 11 JavaScript source files that have been migrated to TypeScript
- Update package.json scripts to reference TypeScript files
- Update documentation and scripts to reference .ts instead of .js
- Keep JavaScript files without TypeScript equivalents (chatbot-related)

This completes the TypeScript migration for core application files while
maintaining backward compatibility for components not yet migrated.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jonathan Flatt
2025-05-28 15:01:03 +00:00
parent 3128a83b7a
commit fdf255cbec
19 changed files with 25 additions and 3786 deletions

View File

@@ -13,4 +13,4 @@ fi
# Start the server with the specified port
echo "Starting server on port $DEFAULT_PORT..."
PORT=$DEFAULT_PORT node src/index.js
PORT=$DEFAULT_PORT node dist/index.js