- Switch package manager from npm to yarn 1.22.22 (pinned via packageManager, matches PressV/sp-ui-kit): remove package-lock.json, add yarn.lock (v1). - Add "vite" as an explicit devDependency. npm 7+ auto-installed it as a peer of @vitejs/plugin-vue / @tailwindcss/vite, which masked the missing declaration; a clean `yarn install` (no peer auto-install) needs it explicit or the tsc build fails to resolve 'vite' / 'vite/client'. - README: npm -> yarn (+ `corepack enable`). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
19 lines
721 B
HTML
19 lines
721 B
HTML
<!doctype html>
|
|
<!--
|
|
Dark-first (class="dark"). data-density="touch": this is a shop-floor TOUCH
|
|
terminal (operators book rejects with a finger), so controls use the 56px
|
|
touch sizing from @sp-ui-kit tokens — unlike the view-only overview board.
|
|
-->
|
|
<html lang="de" class="dark" data-density="touch">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Ausschuss-Station</title>
|
|
<script type="module" crossorigin src="/module/temper_rejects/assets/index-DCD9Lyh2.js"></script>
|
|
<link rel="stylesheet" crossorigin href="/module/temper_rejects/assets/index-Dw_xKaUy.css">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
</body>
|
|
</html>
|