Manifest for Office Add-In not pulling for some reason, stiil debugging.

This commit is contained in:
2025-12-05 15:53:11 -06:00
parent 69ced6d180
commit 40bcd939ff
30 changed files with 22745 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# officeaddin
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.3.3. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.