UNPKG

@junobuild/cli-tools

Version:

A collection of tools for Juno CLIs and Plugins.

10 lines (9 loc) 503 B
import type { Precompress } from '@junobuild/config'; export declare const DEPLOY_DEFAULT_SOURCE = "build"; export declare const DEPLOY_DEFAULT_IGNORE: never[]; export declare const DEPLOY_DEFAULT_ENCODING: never[]; export declare const DEPLOY_DEFAULT_PRECOMPRESS: Required<Precompress>; export declare const IGNORE_OS_FILES: string[]; export declare const UPLOAD_DEFAULT_BATCH_SIZE = 50; export declare const COLLECTION_DAPP = "#dapp"; export declare const COLLECTION_CDN_RELEASES = "#_juno/releases";