zerobyte/packages/core
Nico 220e2d2801
feat: make webhook calls trusted only (#848)
* feat: make webhook calls trusted only

* fix: pr feedbacks
2026-04-30 22:14:22 +02:00
..
src feat: make webhook calls trusted only (#848) 2026-04-30 22:14:22 +02:00
test chore(core package): re-organize files 2026-04-16 19:07:11 +02:00
.gitignore refactor: extract restic in core package (#651) 2026-03-11 21:56:07 +01:00
bun.lock refactor: extract restic in core package (#651) 2026-03-11 21:56:07 +01:00
package.json feat: pre/post backup webhooks (#835) 2026-04-29 23:48:58 +02:00
README.md chore: migrate toolchain to vite-plus (#762) 2026-04-09 17:57:19 +02:00
tsconfig.json feat(agent): add standalone agent runtime (#761) 2026-04-08 20:47:15 +02:00
vitest.config.ts test: move test runner from Bun to Vitest (#727) 2026-04-01 20:05:54 +02:00

core

To install dependencies:

vp install

To run:

bun run index.ts

This project was created using bun init in bun v1.3.10. Bun is a fast all-in-one JavaScript runtime.