Skip to content

Commit 37b3194

Browse files
fix(start): allow specifying vinxi experimental options (#2491)
1 parent b361d14 commit 37b3194

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/start/src/config/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ export function defineConfig(
257257
...serverOptions,
258258
preset: deploymentPreset,
259259
experimental: {
260+
...serverOptions.experimental,
260261
asyncContext: true,
261262
},
262263
},

0 commit comments

Comments
 (0)