Desktop: Remove unnecessary dependencies in the desktop crate (#2934)

* remove unnecessary dependencies

* Add start-desktop
This commit is contained in:
Adam Gerhant
2025-07-25 01:20:27 -07:00
committed by GitHub
parent e6f1ad96b3
commit 735d58a647
5 changed files with 22 additions and 28 deletions

View File

@@ -4,6 +4,7 @@
"scripts": {
"---------- DEV SERVER ----------": "",
"start": "cd frontend && npm start",
"start-desktop": "cd frontend && npm run build-dev && cargo run -p graphite-desktop",
"profiling": "cd frontend && npm run profiling",
"production": "cd frontend && npm run production",
"---------- BUILDS ----------": "",