Skip to content

Commit b9b27c3

Browse files
committedAug 13, 2024··
fix(prepare): override compatibilityDate
1 parent df5e8a5 commit b9b27c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/commands/prepare.ts

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export default defineCommand({
2525

2626
return runCommand('prepare', [cwd], {
2727
overrides: {
28+
compatibilityDate: '2024-04-03',
2829
typescript: {
2930
builder: 'shared',
3031
},

0 commit comments

Comments
 (0)
Please sign in to comment.