Skip to content

Commit cc15eef

Browse files
robelestclaude
andcommitted
fix(examples/sveltekit): use node provider with bun install
Railpack doesn't have a bun provider, but we can use node provider and override the install command to use bun. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 49476a0 commit cc15eef

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

examples/sveltekit/railpack.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
{
22
"$schema": "https://schema.railpack.com",
3-
"provider": "bun"
3+
"provider": "node",
4+
"packages": {
5+
"bun": "latest"
6+
},
7+
"steps": {
8+
"install": {
9+
"commands": [
10+
{ "cmd": "bun install" }
11+
]
12+
}
13+
}
414
}

0 commit comments

Comments
 (0)