From 668c85dac8c0d9a5f046cbf5991e15435722c3f6 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Fri, 5 Apr 2024 14:41:11 +0200 Subject: [PATCH] Added run config --- app/.run/AI Studio.run.xml | 21 +++++++++++++++++++++ app/.run/Run Dev.run.xml | 7 +++++++ app/.run/Tauri Dev.run.xml | 17 +++++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 app/.run/AI Studio.run.xml create mode 100644 app/.run/Run Dev.run.xml create mode 100644 app/.run/Tauri Dev.run.xml diff --git a/app/.run/AI Studio.run.xml b/app/.run/AI Studio.run.xml new file mode 100644 index 0000000..7256936 --- /dev/null +++ b/app/.run/AI Studio.run.xml @@ -0,0 +1,21 @@ + + + + \ No newline at end of file diff --git a/app/.run/Run Dev.run.xml b/app/.run/Run Dev.run.xml new file mode 100644 index 0000000..7af3fa6 --- /dev/null +++ b/app/.run/Run Dev.run.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/app/.run/Tauri Dev.run.xml b/app/.run/Tauri Dev.run.xml new file mode 100644 index 0000000..e1b5536 --- /dev/null +++ b/app/.run/Tauri Dev.run.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file