Skip to content

Commit

Permalink
- vite reload working without JS entry
Browse files Browse the repository at this point in the history
- vite now watches SRC/compiles and restarts to ensure no caching issue during dev
  • Loading branch information
AllanOcelot committed Sep 1, 2024
1 parent 7255e65 commit 556909c
Show file tree
Hide file tree
Showing 12 changed files with 1,687 additions and 67 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.vs/*
node_modules/*
package-lock.json
package-lock.json
2 changes: 1 addition & 1 deletion dist/index.css

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

1 change: 0 additions & 1 deletion dist/index.css.map

This file was deleted.

10 changes: 4 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
<title>XENO TERMINAL</title>
<link rel="stylesheet" href="/dist/index.css" />
</head>
<body>
<div class="terminal">

<body class="bodyFullScreen">
<div class="fullWidthfullHeight terminal">
<h1>Xeno Terminal 1</h1>
</div>


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

0 comments on commit 556909c

Please sign in to comment.