zerobyte/packages/core
2026-04-07 19:01:35 +02:00
..
src fix: correctly propagate agent restic error 2026-04-07 19:01:01 +02:00
test test: move test runner from Bun to Vitest (#727) 2026-04-01 20:05:54 +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 chore(deps): update dependency typescript to v6 (#732) 2026-04-04 17:34:25 +02:00
README.md refactor: extract restic in core package (#651) 2026-03-11 21:56:07 +01:00
tsconfig.json chore: effect ts plugin 2026-04-07 19:01:35 +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:

bun 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.