Skip to content

Commit ddd5886

Browse files
committed
test: track spa embed fixture
1 parent 276c97d commit ddd5886

4 files changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/* placeholder - replaced by Vite build output in production */
2+
body { margin: 0; }
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// placeholder - replaced by Vite build output in production
2+
console.log("transit spa");

examples/spa/ui/dist/favicon.svg

Lines changed: 1 addition & 0 deletions
Loading

examples/spa/ui/dist/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Transit SPA</title>
7+
<link rel="stylesheet" href="/assets/index-test.css" />
8+
</head>
9+
<body>
10+
<div id="root"></div>
11+
<script type="module" src="/assets/index-test.js"></script>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)