No description
Resolved conflicts:
- adb.ts: keep both goToMachineHome() (dev) and executeStreamingCmd() (master)
- messageHandler.ts / ws_messageSender.ts: adopt master's semver.satisfies
version check (forward-correct vs startsWith('0.0.2')); keep dev's additive
bits (raw_stream_end_priceslot handler, ciphertext/iv guard) + master's
(announce handler, 'upload-log' command); drop now-unused isSecuredAppVersion
- AnnouncementDialog.svelte: drop invalid export on interface (Svelte 5)
- install @types/semver + semver (bun.lock)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
||
|---|---|---|
| .storybook | ||
| src | ||
| static | ||
| .dockerignore | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| bun.lock | ||
| bun.lockb | ||
| components.json | ||
| Dockerfile | ||
| ISSUES.txt | ||
| NOTE.txt | ||
| package.json | ||
| README.md | ||
| svelte.config.js | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| vite.config.ts | ||
| vitest-setup-client.ts | ||
Supra App
Epic Mega app with multi functionalities for vending machine. Powered by Bun & Svelte Framework
Run
bun run dev
Build
bun run build