Skip to content

Commit

Permalink
feat: use vite instead of esbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
eMerzh committed May 5, 2024
1 parent 0b387b4 commit 44334d9
Show file tree
Hide file tree
Showing 8 changed files with 1,447 additions and 36 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"es6": true,
"node": true
},
"globals": {
"__MAPBOX_TOKEN__": "readonly"
},
"parserOptions": {
"ecmaVersion": 2020,
"sourceType": "module",
Expand Down
File renamed without changes
3 changes: 2 additions & 1 deletion dist/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@
<noscript>
<p>Please enable JavaScript to run gtfs-rt-inspector.</p>
</noscript>
<script type="text/javascript" src="main.js"></script>
<div id="app"></div>
<script type="module" src="index.js"></script>
</body>
</html>
Loading

0 comments on commit 44334d9

Please sign in to comment.