Skip to content

Commit

Permalink
Use unique port for suspense test
Browse files Browse the repository at this point in the history
  • Loading branch information
jahredhope committed Sep 16, 2024
1 parent bbe2d7c commit 94240c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/suspense/sku.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default {
},
],
environments: ['production'],
port: 8202,
port: 8203,
publicPath: '/static/suspense',
dangerouslySetWebpackConfig: (config) => makeStableHashes(config),
skipPackageCompatibilityCompilation: ['react-router-dom'],
Expand Down

0 comments on commit 94240c6

Please sign in to comment.