Skip to content

Commit

Permalink
Provide explicit port for all projects
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhabib committed Oct 9, 2024
1 parent 0c80366 commit 7eda3c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cypress/projects/basic/playroom.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ module.exports = {
snippets: './snippets',
outputPath: './dist',
openBrowser: false,
port: 9000,
storageKey: 'playroom-example-basic',
};
1 change: 1 addition & 0 deletions cypress/projects/typescript/playroom.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = {
snippets: './snippets.ts',
outputPath: './dist',
openBrowser: false,
port: 9002,
storageKey: 'playroom-example-typescript',
webpackConfig: () => ({
module: {
Expand Down

0 comments on commit 7eda3c1

Please sign in to comment.