mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-24 02:38:48 -05:00
* Delete locations + Show online status * style tweaks * tweaks * location rescan button * fix location delete db locking bug * opting to remove self referencial relation on file_path * correct query * consolodate migration * consolodate migrations
10 lines
156 B
JSON
10 lines
156 B
JSON
{
|
|
"name": "@sd/server",
|
|
"version": "0.0.0",
|
|
"main": "index.js",
|
|
"license": "GPL-3.0-only",
|
|
"scripts": {
|
|
"dev": "cargo watch -x 'run -p server'"
|
|
}
|
|
}
|