Files
spacedrive/apps/server/package.json
Brendan Allan 1eb3b0e55a Sync ingesting (#1181)
* sync + ingest refactor

* fix Event enum description

* actually do sync over network

* re-enable heif

* remove comment
2023-08-07 07:52:43 +00:00

10 lines
209 B
JSON

{
"name": "@sd/server",
"version": "0.0.0",
"main": "index.js",
"license": "GPL-3.0-only",
"scripts": {
"dev": "RUST_LOG=\"sd_core=info\" cargo watch -x 'run -p sd-server'"
}
}