Files
spacedrive/apps/server/package.json
2023-08-16 21:01:39 +00:00

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'"
}
}