Skip to content

Commit

Permalink
created to test pipeline errors (#293)
Browse files Browse the repository at this point in the history
* added changes for testing

* added example and changesets too

* added package json too

* added changeset file

* updated  package json

* added changes as per the comments

* added changes as per the comments

* updated html file script

* made changes as per the comments

* fix package json issues

* fix folder name

* fix folder name

* added changes to include dist folder in build

* remove unused depedencies

* updated pnpm yaml

* just for testing
  • Loading branch information
harmantevo authored Oct 9, 2024
1 parent a58fd28 commit fb4a8d1
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions packages/seatmaps-client/index.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
<!-- THIS FILE IS DEV ENTRY POINT RUN WITH VITE -->
<!DOCTYPE HTML>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="icon" href="data:,">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet">
</head>
<head>
<meta charset="UTF-8" />
<link rel="icon" href="data:," />
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:400,700"
rel="stylesheet"
/>
</head>

<body style="margin: 0;">
<div id="map" style="height: 100vh; width: 100vw;"></div>
<body style="margin: 0">
<div id="map" style="height: 100vh; width: 100vw"></div>
<script type="module" src="./dev.tsx"></script>
</body>

</html>
</body>
</html>

0 comments on commit fb4a8d1

Please sign in to comment.