core/__snapshots__/TestGenerateBuildPlanForExamples_node-tanstack-start_1.snap.json
core/__snapshots__/TestGenerateBuildPlanForExamples_node-tanstack-start_1.snap.jsonBrowse 1970 files
1,046 tokens
3,264 bytes
Token encoding: o200k_base
Snapshot 21a254f
← Back to SKILL.md
1{2 "caches": {3 "apt": {4 "directory": "/var/cache/apt",5 "type": "locked"6 },7 "apt-lists": {8 "directory": "/var/lib/apt/lists",9 "type": "locked"10 },11 "bun-install": {12 "directory": "/root/.bun/install/cache",13 "type": "shared"14 },15 "node-modules": {16 "directory": "/app/node_modules/.cache",17 "type": "shared"18 },19 "tanstack-start": {20 "directory": "/app/node_modules/.vite",21 "type": "shared"22 }23 },24 "deploy": {25 "base": {26 "step": "packages:apt:runtime"27 },28 "inputs": [29 {30 "include": [31 "/mise/shims",32 "/mise/installs",33 "/usr/local/bin/mise",34 "/etc/mise/config.toml",35 "/root/.local/state/mise"36 ],37 "step": "packages:mise"38 },39 {40 "include": [41 "/app/node_modules"42 ],43 "step": "build"44 },45 {46 "exclude": [47 "node_modules",48 ".yarn"49 ],50 "include": [51 "/root/.cache",52 "."53 ],54 "step": "build"55 }56 ],57 "startCommand": "bun run start",58 "variables": {59 "CI": "true",60 "NODE_ENV": "production",61 "NPM_CONFIG_FETCH_RETRIES": "5",62 "NPM_CONFIG_FUND": "false",63 "NPM_CONFIG_PRODUCTION": "false",64 "NPM_CONFIG_UPDATE_NOTIFIER": "false",65 "RAILPACK_VERSION": "dev"66 }67 },68 "steps": [69 {70 "assets": {71 "generated-mise-toml": "[generated-mise-toml]"72 },73 "commands": [74 {75 "path": "/mise/shims"76 },77 {78 "customName": "create mise config",79 "name": "generated-mise-toml",80 "path": "/etc/mise/config.toml"81 },82 {83 "cmd": "mise install",84 "customName": "install mise packages: bun, node"85 }86 ],87 "inputs": [88 {89 "image": "ghcr.io/railwayapp/railpack-builder:mise-2026.9.9"90 }91 ],92 "name": "packages:mise",93 "variables": {94 "MISE_CACHE_DIR": "/mise/cache",95 "MISE_CONFIG_DIR": "/mise",96 "MISE_DATA_DIR": "/mise",97 "MISE_INSTALLS_DIR": "/mise/installs",98 "MISE_SHIMS_DIR": "/mise/shims"99 }100 },101 {102 "caches": [103 "bun-install"104 ],105 "commands": [106 {107 "path": "/app/node_modules/.bin"108 },109 {110 "cmd": "mkdir -p /app/node_modules/.cache"111 },112 {113 "dest": "bun.lock",114 "src": "bun.lock"115 },116 {117 "dest": "package.json",118 "src": "package.json"119 },120 {121 "cmd": "bun install --frozen-lockfile"122 }123 ],124 "inputs": [125 {126 "step": "packages:mise"127 }128 ],129 "name": "install",130 "variables": {131 "CI": "true",132 "NODE_ENV": "production",133 "NPM_CONFIG_FETCH_RETRIES": "5",134 "NPM_CONFIG_FUND": "false",135 "NPM_CONFIG_PRODUCTION": "false",136 "NPM_CONFIG_UPDATE_NOTIFIER": "false"137 }138 },139 {140 "caches": [141 "node-modules",142 "tanstack-start"143 ],144 "commands": [145 {146 "cmd": "bun run build"147 }148 ],149 "inputs": [150 {151 "step": "install"152 },153 {154 "include": [155 "."156 ],157 "local": true158 }159 ],160 "name": "build",161 "secrets": [162 "*"163 ]164 },165 {166 "caches": [167 "apt",168 "apt-lists"169 ],170 "commands": [171 {172 "cmd": "sh -c 'apt-get update \u0026\u0026 apt-get install -y libatomic1'",173 "customName": "install apt packages: libatomic1"174 }175 ],176 "inputs": [177 {178 "image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.9.9"179 }180 ],181 "name": "packages:apt:runtime"182 }183 ]184}