No description
Find a file
thanawat saiyota 7a406fd409 Merge branch 'master' into dev
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>
2026-06-30 17:55:37 +07:00
.storybook init 2026-02-17 14:30:02 +07:00
src Merge branch 'master' into dev 2026-06-30 17:55:37 +07:00
static init 2026-02-17 14:30:02 +07:00
.dockerignore update: deploy 2026-04-09 11:37:50 +07:00
.gitignore update: deploy 2026-04-09 11:37:50 +07:00
.npmrc init 2026-02-17 14:30:02 +07:00
.prettierignore init 2026-02-17 14:30:02 +07:00
.prettierrc init 2026-02-17 14:30:02 +07:00
bun.lock Merge branch 'master' into dev 2026-06-30 17:55:37 +07:00
bun.lockb update deps & hotfix errors 2026-06-16 15:15:34 +07:00
components.json init 2026-02-17 14:30:02 +07:00
Dockerfile update: deploy 2026-04-09 11:37:50 +07:00
ISSUES.txt update tasks todo 2026-06-10 17:03:36 +07:00
NOTE.txt init 2026-02-17 14:30:02 +07:00
package.json update deps & hotfix errors 2026-06-16 15:15:34 +07:00
README.md update info 2026-02-17 14:34:29 +07:00
svelte.config.js update: deploy 2026-04-09 11:37:50 +07:00
tailwind.config.ts init 2026-02-17 14:30:02 +07:00
tsconfig.json init 2026-02-17 14:30:02 +07:00
vite.config.ts feat: terminal, eventbus, load recipe 2026-06-19 10:41:17 +07:00
vitest-setup-client.ts init 2026-02-17 14:30:02 +07:00

Supra App

Epic Mega app with multi functionalities for vending machine. Powered by Bun & Svelte Framework

Run

bun run dev

Build

bun run build