Better devex

Using ES6 modueles and adding a JS LSP to `flake.nix`
This commit is contained in:
April Eaton 2025-12-15 18:27:19 +01:00
parent 32ee2de008
commit 0abf209616
7 changed files with 42 additions and 12 deletions

View file

@ -7,17 +7,19 @@
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<!-- Place favicon.ico in the root directory -->
<link
href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Truculenta:opsz,wght@12..72,100..900&display=swap"
rel="stylesheet"
/>
<link href="/global/global.css" rel="stylesheet" />
<script type="module" src="/global/loadin.mjs"></script>
<script type="module" src="/gear/page.mjs"></script>
<script type="module" src="/gear/gear.mjs"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">
You are using an <strong>outdated</strong> browser. Please
<a href="http://browsehappy.com/">upgrade your browser</a> to improve
your experience.
</p>
<![endif]-->
<header id="hd-box"></header>
This will be my gear
<article id="gl-body"></article>
</body>
</html>