Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 0ecdfb0

Browse files
committed
Update vercel runtime version
1 parent 6577be9 commit 0ecdfb0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

commands/init.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ import { defaultReactVersion } from '../shared/constants.ts'
1111
import { VERSION } from '../version.ts'
1212
import { deno_x_brotli, deno_x_flate } from '../server/compress.ts'
1313

14+
const vercelRuntimeVersion = '0.7.0'
15+
1416
export const helpMessage = `
1517
Usage:
1618
aleph init <name> [...options]
@@ -146,7 +148,7 @@ export default async function (
146148
JSON.stringify({
147149
functions: {
148150
'api/**/*.{j,t}s': {
149-
runtime: 'vercel-aleph@0.6.0'
151+
runtime: `vercel-aleph@${vercelRuntimeVersion}`
150152
}
151153
}
152154
}, undefined, 2),

0 commit comments

Comments
 (0)