added pnpm, vite, and typescript support

This commit is contained in:
2025-03-27 21:35:17 -05:00
parent 30683d268d
commit 52ac0566fd
12 changed files with 1071 additions and 12 deletions
+1 -6
View File
@@ -2,14 +2,9 @@
<html lang="en">
<head>
<!-- manually including wails runtime -->
<meta name="wails-options" content="noautoinject" />
<script src="/wails/ipc.js"></script>
<script src="/wails/runtime.js"></script>
<meta charset="UTF-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<link rel="stylesheet" type="text/css" href="/node_modules/@picocss/pico/css/pico.css">
<link rel="stylesheet" type="text/css" href="/node_modules/@picocss/pico/css/pico.min.css">
<title>yellowjacket</title>
</head>
<script src="/index.js" type="module"></script>