From 7a9809909ba26b0c2c3ee40ed57153b018fb0cbf Mon Sep 17 00:00:00 2001 From: Denis Lugowski Date: Sat, 31 May 2025 17:23:33 +0200 Subject: [PATCH] feat(frontend): Add nuxt and spring h2 debug configs --- .run/local-h2.run.xml | 12 ++++++++++++ .run/nuxt.run.xml | 10 ++++++++++ .run/server_ nuxt.run.xml | 5 +++++ 3 files changed, 27 insertions(+) create mode 100644 .run/local-h2.run.xml create mode 100644 .run/nuxt.run.xml create mode 100644 .run/server_ nuxt.run.xml diff --git a/.run/local-h2.run.xml b/.run/local-h2.run.xml new file mode 100644 index 0000000..672ebab --- /dev/null +++ b/.run/local-h2.run.xml @@ -0,0 +1,12 @@ + + + + diff --git a/.run/nuxt.run.xml b/.run/nuxt.run.xml new file mode 100644 index 0000000..cd0c736 --- /dev/null +++ b/.run/nuxt.run.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.run/server_ nuxt.run.xml b/.run/server_ nuxt.run.xml new file mode 100644 index 0000000..5c937fe --- /dev/null +++ b/.run/server_ nuxt.run.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file