Posted inGoogle Cloud Platform
Posted inCloudflare Workers
Workers – Deploy static sites to Workers without a configuration file
Deploying static site to Workers is now easier. When you run wrangler deploy [directory] or wrangler deploy --assets [directory] without an existing configuration file, Wrangler CLI now guides you through the deployment process with interactive prompts. Before and after Before:…