Skip to content

Commit

Permalink
test: fix backend-integration build test flaky fail (#17913)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Aug 21, 2024
1 parent b1ecdaf commit dbd6214
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions playground/backend-integration/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ function BackendIntegrationExample() {
strictPort: true,
origin: 'http://localhost:5009',
},
preview: {
port: 5009,
},
build: {
manifest: true,
outDir,
Expand Down

0 comments on commit dbd6214

Please sign in to comment.