mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-30 03:51:21 -05:00
5fd91bde01
* fix: deliver webpack-dev-server new architecture * fix: make vite-dev-server work * fix: deliver react and vite-dev-server * fix: deliver the vue2 package too * fix: rollback react changes published to next
12 lines
262 B
HTML
12 lines
262 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
<title>Components App</title>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|