Skip to content

Commit

Permalink
Merge pull request #53 from mfreeman451/42-chore-linter-fixes
Browse files Browse the repository at this point in the history
42 chore linter fixes
  • Loading branch information
mfreeman451 authored Jan 20, 2025
2 parents 60f5cec + 2ea1b2a commit 23872b5
Show file tree
Hide file tree
Showing 5 changed files with 3,279 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ elements/
./cloud

./web/dist/assets
./pkg/cloud/api/web/dist
./dist

# debian packages
Expand Down
14 changes: 14 additions & 0 deletions pkg/cloud/api/web/dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!-- web/index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ServiceRadar</title>
<script type="module" crossorigin src="/assets/index-Dyn9tncw.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-ulyhZo4y.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
Loading

0 comments on commit 23872b5

Please sign in to comment.