zerobyte/packages/core
Nico 332e5bffda
refactor: extract restic in core package (#651)
* refactor: extract restic in core package

* chore: add turbo task runner

* refactor: split server utils

* chore: simplify withDeps signature and fix non-null assertion
2026-03-11 21:56:07 +01:00
..
src refactor: extract restic in core package (#651) 2026-03-11 21:56:07 +01:00
test refactor: extract restic in core package (#651) 2026-03-11 21:56:07 +01: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 refactor: extract restic in core package (#651) 2026-03-11 21:56:07 +01:00
README.md refactor: extract restic in core package (#651) 2026-03-11 21:56:07 +01:00
tsconfig.json refactor: extract restic in core package (#651) 2026-03-11 21:56:07 +01: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.