@reliverse/rse
Version:
@reliverse/rse is your all-in-one companion for bootstrapping and improving any kind of projects (especially web apps built with frameworks like Next.js) — whether you're kicking off something new or upgrading an existing app. It is also a little AI-power
36 lines (35 loc) • 1.92 kB
TypeScript
export declare const PROJECT_ROOT: string;
export declare const cliVersion = "1.7.9";
export declare const cliName = "@reliverse/rse";
export declare const tsconfigJson = "tsconfig.json";
export declare const cliConfigJsonc = ".config/rse.jsonc";
export declare const cliConfigJsoncTmp = ".config/rse.jsonc.tmp";
export declare const cliConfigJsoncBak = "rse.jsonc.bak";
export declare const cliConfigTs = ".config/rse.ts";
export declare const cliConfigTsTmp = ".config/rse.ts.tmp";
export declare const cliConfigTsBak = "rse.ts.bak";
export declare const rseOrg = "https://reliverse.org";
export declare const rseOrgBase = "reliverse.org";
export declare const cliDomainRoot = "https://docs.reliverse.org";
export declare const cliDomainDocs = "https://docs.reliverse.org/cli";
export declare const cliDomainEnv = "https://docs.reliverse.org/env";
export declare const homeDir: any;
export declare const cliHomeDir: string;
export declare const cliHomeTmp: string;
export declare const cliHomeRepos: string;
export declare const memoryPath: string;
export declare const cliJsrPath: string;
export declare const useLocalhost = false;
export declare const DEFAULT_CLI_USERNAME = "johnny911";
export declare const endTitle = "\uD83D\uDCDA Check the docs to learn more: https://docs.reliverse.org/cli";
export declare const UNKNOWN_VALUE = "unknown";
export declare const DEFAULT_DOMAIN = "https://example.com";
export declare const RSE_SCHEMA_DEV = "./schema.json";
export declare const RSE_SCHEMA_URL = "https://reliverse.org/schema.json";
export declare const FALLBACK_ENV_EXAMPLE_URL = "https://raw.githubusercontent.com/blefnk/relivator/main/.env.example";
export declare const CONFIG_CATEGORIES: {
readonly core: readonly [".config/rse.jsonc", ".config/rse.ts"];
readonly linting: readonly ["biome.json"];
readonly ide: readonly [".vscode/settings.json"];
readonly git: readonly [".gitignore"];
};