Implements per-machine customization for web-app deployment: - Shared web-app source code deployed to all machines - Machine-specific .env files and images - Build helper script to assemble and build on target machines 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
8 lines
No EOL
207 B
JSON
8 lines
No EOL
207 B
JSON
{
|
|
"name": "web-app",
|
|
"version": "1.0.0",
|
|
"description": "Example web application",
|
|
"scripts": {
|
|
"build": "echo 'Building web-app...' && mkdir -p dist && cp -r public dist/ && cp .env dist/"
|
|
}
|
|
} |