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