From 3bb22b4c106ee7c90160a3c7ce8c8c2919c177fb Mon Sep 17 00:00:00 2001 From: Kaz Date: Tue, 2 Jul 2024 14:22:05 -0700 Subject: [PATCH] Provide backend access to IDE --- app/gui2/src/App.vue | 7 ++++++- app/gui2/src/providers/backend.ts | 11 +++++++++++ .../lib/dashboard/src/layouts/Editor.tsx | 14 +++++++++++--- .../lib/dashboard/src/services/Backend.ts | 1 + app/ide-desktop/lib/types/types.d.ts | 3 +++ 5 files changed, 32 insertions(+), 4 deletions(-) create mode 100644 app/gui2/src/providers/backend.ts diff --git a/app/gui2/src/App.vue b/app/gui2/src/App.vue index 2500c182b95d..0139465984a6 100644 --- a/app/gui2/src/App.vue +++ b/app/gui2/src/App.vue @@ -1,6 +1,7 @@