Skip to content

Commit f15af29

Browse files
authored
remove unused target option (#4678)
1 parent e82fe2b commit f15af29

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/brown-nails-wait.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sveltejs/adapter-vercel': patch
3+
---
4+
5+
Remove unused target option from config.json

packages/adapter-vercel/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,6 @@ async function v3(builder, external, edge, split) {
366366
`${dir}/config.json`,
367367
JSON.stringify({
368368
version: 3,
369-
target: 'production',
370369
routes,
371370
overrides
372371
})

0 commit comments

Comments
 (0)