forked from claude-did-this/claude-hub
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:
@@ -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
|
||||
Reference in New Issue
Block a user