mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-19 22:19:49 -04:00
10 lines
185 B
JSON
10 lines
185 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'"
|
|
}
|
|
}
|