export declare const pnpmWorkspaceTemplate = "allowBuilds:\n core-js: false\n esbuild: false\n protobufjs: false\n sharp: false\n unrs-resolver: false\n# Disable pnpm's minimum-release-age supply-chain gate for the generated app.\n# The gate blocks freshly published versions, which trips installs whenever the\n# pinned dependencies here are newer than the cutoff. Set to 0 to install any\n# resolved version without waiting out the release-age window.\nminimumReleaseAge: 0\n";