Deployment Skill This skill covers building and deploying Storefront Next storefronts to Managed Runtime (MRT). Overview Storefront Next storefronts are deployed to MRT as bundles. The CLI handles building and pushing bundles, while environment configuration is managed through MRT environment variables. Production Build The production build: - Compiles TypeScript to JavaScript - Bundles client and server code separately - Optimizes and minifies assets - Generates the static Page Designer registry Deploying to MRT Using sfnext CLI Deployment Flow See MRT Deployment Reference for detailed deplo…