This commit is contained in:
2025-06-07 22:17:08 +02:00
parent 2d95c88364
commit 2726dd2ceb
11 changed files with 150 additions and 5 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.