added pnpm, vite, and typescript support
This commit is contained in:
+1
-6
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user