- Introduced a new Docker setup for running claude-devtools in standalone mode without Electron. - Added Dockerfile and docker-compose.yml for easy deployment. - Implemented .dockerignore to exclude unnecessary files from the Docker context. - Updated package.json with new scripts for building and running the standalone server. - Enhanced README with Docker usage instructions and environment variable configurations. - Modified HttpServer to support serving static files and API in standalone mode. - Updated various components to ensure compatibility with standalone operation.
13 lines
139 B
Text
13 lines
139 B
Text
node_modules
|
|
dist
|
|
dist-electron
|
|
dist-standalone
|
|
out
|
|
release
|
|
.git
|
|
.claude
|
|
*.md
|
|
!README.md
|
|
!SECURITY.md
|
|
!CONTRIBUTING.md
|
|
!CODE_OF_CONDUCT.md
|