 f3cbb5c6f7
			
		
	
	f3cbb5c6f7
	
	
	
		
			
			- Parameterize CORS_ORIGINS in docker-compose.swarm.yml - Add .env.example with configuration options - Create comprehensive LOCAL_DEVELOPMENT.md guide - Update README.md with environment variable documentation - Provide alternatives for local development without production domain 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
		
			
				
	
	
		
			22 lines
		
	
	
		
			419 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			419 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "@rollup/rollup-linux-x64-musl",
 | |
|   "version": "4.44.2",
 | |
|   "os": [
 | |
|     "linux"
 | |
|   ],
 | |
|   "cpu": [
 | |
|     "x64"
 | |
|   ],
 | |
|   "files": [
 | |
|     "rollup.linux-x64-musl.node"
 | |
|   ],
 | |
|   "description": "Native bindings for Rollup",
 | |
|   "author": "Lukas Taegert-Atkinson",
 | |
|   "homepage": "https://rollupjs.org/",
 | |
|   "license": "MIT",
 | |
|   "repository": "rollup/rollup",
 | |
|   "libc": [
 | |
|     "musl"
 | |
|   ],
 | |
|   "main": "./rollup.linux-x64-musl.node"
 | |
| } |