npm run lint passes - this will check Rust and JavaScript code for common mistakes and errors using Swiftlint (for Swift) and eslint (for JavaScript and Java)',
+ 'bun run lint passes - this will check Rust and JavaScript code for common mistakes and errors using Swiftlint (for Swift) and eslint (for JavaScript and Java)',
of_bandwidth: 'of Bandwidth',
of_storage: 'of Storage',
offensive_content: 'Offensive Content.',
@@ -3185,7 +3204,7 @@ const messages = {
solutions_schedule_demo: 'Schedule a Demo',
solutions_setup_minutes: '5-minute setup',
solutions_solo_after1: 'Push updates instantly, no review needed',
- solutions_solo_after2: 'One command to deploy: npx @capgo/cli bundle upload',
+ solutions_solo_after2: 'One command to deploy: bunx @capgo/cli@latest bundle upload',
solutions_solo_after3: 'Start free, then $14/month as you grow',
solutions_solo_after4: 'One-click rollback if something goes wrong',
solutions_solo_after_title: 'With Capgo',
diff --git a/apps/web/src/pages/native-build.astro b/apps/web/src/pages/native-build.astro
index a9623a609..64a955a59 100644
--- a/apps/web/src/pages/native-build.astro
+++ b/apps/web/src/pages/native-build.astro
@@ -108,6 +108,33 @@ const setupSteps = [
copy('native_build_builder_setup_step_logs'),
]
+const infrastructureSpecs = [
+ {
+ label: copy('native_build_builder_infra_spec_model_label'),
+ value: copy('native_build_builder_infra_spec_model_value'),
+ },
+ {
+ label: copy('native_build_builder_infra_spec_cpu_label'),
+ value: copy('native_build_builder_infra_spec_cpu_value'),
+ },
+ {
+ label: copy('native_build_builder_infra_spec_gpu_label'),
+ value: copy('native_build_builder_infra_spec_gpu_value'),
+ },
+ {
+ label: copy('native_build_builder_infra_spec_neural_label'),
+ value: copy('native_build_builder_infra_spec_neural_value'),
+ },
+ {
+ label: copy('native_build_builder_infra_spec_memory_label'),
+ value: copy('native_build_builder_infra_spec_memory_value'),
+ },
+ {
+ label: copy('native_build_builder_infra_spec_os_label'),
+ value: copy('native_build_builder_infra_spec_os_value'),
+ },
+]
+
const securityFeatures = [
{
title: copy('native_build_builder_security_credentials_title'),
@@ -332,6 +359,36 @@ function creditPrice(credit: Credit) {
+ {copy('native_build_builder_infra_eyebrow')}
++ {copy('native_build_builder_infra_text')} +
++ {copy('native_build_builder_infra_toolchain')} +
+