add vite build for web

This commit is contained in:
jeffvli 2025-05-24 03:47:14 -07:00
parent ac682428e6
commit 6463ea937b
4 changed files with 52 additions and 4 deletions

View file

@ -6,7 +6,10 @@
<meta http-equiv="Content-Security-Policy" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Feishin</title>
<script src="settings.js"></script>
<% if (web) { %>
<link rel="icon" href="./assets/favicon.ico">
<script src="settings.js"></script>
<% } %>
</head>
<body>