Skip to content

Commit

Permalink
Merge branch 'dev-2.x' into debug-client-dynamic-arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
a-limyr committed Jan 22, 2025
2 parents 64e6e41 + 5ab75af commit d448c8b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions application/src/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<link rel="icon" type="image/svg+xml" href="/img/otp-logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OTP Debug</title>
<script type="module" crossorigin src="https://cdn.jsdelivr.net/gh/opentripplanner/debug-client-assets@main/2025/01/2025-01-20T08:56/assets/index-BKHYHPIc.js"></script>
<link rel="stylesheet" crossorigin href="https://cdn.jsdelivr.net/gh/opentripplanner/debug-client-assets@main/2025/01/2025-01-20T08:56/assets/index-BDL0-veX.css">
<script type="module" crossorigin src="https://cdn.jsdelivr.net/gh/opentripplanner/debug-client-assets@main/2025/01/2025-01-22T08:30/assets/index-4ZDrP_DT.js"></script>
<link rel="stylesheet" crossorigin href="https://cdn.jsdelivr.net/gh/opentripplanner/debug-client-assets@main/2025/01/2025-01-22T08:30/assets/index-BDL0-veX.css">
</head>
<body>
<div id="root"></div>
Expand Down
8 changes: 4 additions & 4 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"prettier": "3.4.2",
"typescript": "5.7.3",
"typescript-eslint": "8.19.1",
"vite": "6.0.7",
"vite": "6.0.9",
"vitest": "3.0.2"
}
}

0 comments on commit d448c8b

Please sign in to comment.