build: incorporate sveltekit/vite

This commit is contained in:
metonym 2021-09-01 12:26:28 -07:00
commit 0be42a4b66
10 changed files with 237 additions and 5211 deletions

15
app/app.html Normal file
View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="stylesheet"
href="https://unpkg.com/carbon-components-svelte/css/all.css"
/>
%svelte.head%
</head>
<body>
<div id="svelte">%svelte.body%</div>
</body>
</html>