core/__snapshots__/TestGenerateBuildPlanForExamples_node-bun-bunfig_1.snap.json
core/__snapshots__/TestGenerateBuildPlanForExamples_node-bun-bunfig_1.snap.jsonBrowse 1970 files
1,017 tokens
3,155 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.lock",110 "src": "bun.lock"111 },112 {113 "dest": "bunfig.toml",114 "src": "bunfig.toml"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 ],143 "inputs": [144 {145 "step": "install"146 },147 {148 "include": [149 "."150 ],151 "local": true152 }153 ],154 "name": "build",155 "secrets": [156 "*"157 ]158 },159 {160 "caches": [161 "apt",162 "apt-lists"163 ],164 "commands": [165 {166 "cmd": "sh -c 'apt-get update \u0026\u0026 apt-get install -y libatomic1'",167 "customName": "install apt packages: libatomic1"168 }169 ],170 "inputs": [171 {172 "image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.9.9"173 }174 ],175 "name": "packages:apt:runtime"176 }177 ]178}