Skip to content

Commit 5adbcdf

Browse files
committed
gitignore and add package
1 parent 6202ea3 commit 5adbcdf

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

e2e/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ node_modules/
33
/playwright-report/
44
/blob-report/
55
/playwright/.cache/
6+
/dist

e2e/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,8 @@
5454
},
5555
"volta": {
5656
"node": "22.17.0"
57+
},
58+
"dependencies": {
59+
"@socket.io/component-emitter": "^3.1.2"
5760
}
5861
}

0 commit comments

Comments
 (0)