UNPKG

@versatiles/google-cloud

Version:
15 lines (14 loc) 573 B
#!/usr/bin/env node import { Command } from 'commander'; /** * Entry point for the VersaTiles Google Cloud CLI application. * * This script sets up a server to serve files from a specified Google Cloud Storage bucket * through a Google Load Balancer and Content Delivery Network (CDN). It handles HTTP headers, * optimizes content compression, and provides a RESTful API interface to serve tiles from * VersaTiles containers. * * For more details, visit: * https://github.com/versatiles-org/node-versatiles-google-cloud/ */ export declare const program: Command;