Skip to main content
Module

x/scaffold/src/constants.ts

scaffold your next project with style and πŸ’—
Latest
File
/** * The version of the CLI. */export const VERSION = /* ={version} */ "0.3.0" /* {/version} */;
export const SUPPORTED_EXTENSIONS = [ ".ts", ".js", ".mts", ".mjs", ".tsx", ".jsx",] as const;