Files
spacedrive/apps/server/package.json
Jamie Pine efd322c6d7 Location Settings (#302)
* 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
2022-06-24 06:26:45 -07:00

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