Create function for CEF to call

This commit is contained in:
Adam
2025-07-25 18:16:59 -07:00
parent 69ed296efb
commit 4f21693772
2 changed files with 130 additions and 7 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"scripts": {
"---------- DEV SERVER ----------": "",
"start": "cd frontend && npm start",
"start-desktop": "cd frontend && npm run build-dev && cargo run -p graphite-desktop",
"start-desktop": "cd frontend && npm run build-native && cargo run -p graphite-desktop",
"profiling": "cd frontend && npm run profiling",
"production": "cd frontend && npm run production",
"---------- BUILDS ----------": "",