scaffold festival drink tracker (pnpm workspace, Fastify + SQLite, Preact tablet UI, admin)
This commit is contained in:
parent
cf33e6ea04
commit
e0898bea22
34 changed files with 5446 additions and 0 deletions
4
client/src/tablet/main.tsx
Normal file
4
client/src/tablet/main.tsx
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import { render } from 'preact';
|
||||
import { App } from './App';
|
||||
|
||||
render(<App />, document.getElementById('app')!);
|
||||
Loading…
Reference in a new issue