Directory Structure
Directory structure:
└── tinyplex-vite-tinybase-ts-react-sync-durable-object/
├── README.md
├── client/
│ ├── index.html
│ ├── package.json
│ ├── tsconfig.json
│ ├── tsconfig.node.json
│ ├── vite.config.ts
│ └── src/
│ ├── App.tsx
│ ├── Buttons.tsx
│ ├── index.css
│ └── index.tsx
└── server/
├── index.ts
├── package.json
├── tsconfig.json
├── wrangler.toml
├── .eslintrc.json
└── .prettierrc