Refactor folder structure

This commit is contained in:
willem.serruys
2025-10-04 12:49:42 +02:00
parent e48d35ce77
commit e30efb0c67
24 changed files with 45 additions and 48 deletions

View File

@@ -0,0 +1,15 @@
# homeassistant-backup
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.2.15. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.