No description
Feature/edit recipe event bus ## fix: feature edit recipe **Context** Current recipe editor is unusable in branch `master` as the recipe is unchanged after trying to edit. **Changes** - Change recipe parts into `EventBus` to avoid using global store (aka `Writable`) for sending recipe-related events * This prevent the miss timing as the event may be slower or faster than interactions - Change ADB to be single connection pool - Change logging from `console.*` to `logger.*` - Add remote shell request from server. See merge request Pakin/supra-app!4 |
||
|---|---|---|
| .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