UNPKG

@storm-software/build-tools

Version:

A comprehensive set of tools for building and managing projects within a Storm workspace. Includes builders such as rollup, rolldown, tsup, and unbuild, along with various utilities.

8 lines (6 loc) 481 B
declare const DEFAULT_COMPILED_BANNER = "/*****************************************\n*\n* \u26A1 Built by Storm Software\n*\n*****************************************/\n"; declare const DEFAULT_ENVIRONMENT = "production"; declare const DEFAULT_PLATFORM = "neutral"; declare const DEFAULT_TARGET = "esnext"; declare const DEFAULT_ORGANIZATION = "storm-software"; export { DEFAULT_COMPILED_BANNER, DEFAULT_ENVIRONMENT, DEFAULT_ORGANIZATION, DEFAULT_PLATFORM, DEFAULT_TARGET };