vue3-core/packages-private/vapor-e2e-test/utils.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
162 B
TypeScript
Raw Normal View History

2025-03-24 21:14:46 +08:00
// make sure these ports are unique
export const ports = {
vdomInterop: 8193,
todomvc: 8194,
transition: 8195,
transitionGroup: 8196,
teleport: 8197,
2025-03-24 21:14:46 +08:00
}