mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-22 23:48:26 -04:00
* sync + ingest refactor * fix Event enum description * actually do sync over network * re-enable heif * remove comment
10 lines
209 B
JSON
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'"
|
|
}
|
|
}
|