diff --git a/.ddev/addon-metadata/ddev-vite-sidecar/manifest.yaml b/.ddev/addon-metadata/ddev-vite-sidecar/manifest.yaml
index 2034326e..45b337aa 100644
--- a/.ddev/addon-metadata/ddev-vite-sidecar/manifest.yaml
+++ b/.ddev/addon-metadata/ddev-vite-sidecar/manifest.yaml
@@ -3,11 +3,11 @@ repository: s2b/ddev-vite-sidecar
version: 1.1.0
install_date: "2024-10-02T19:02:43+02:00"
project_files:
- - commands/web/vite
- - apache/vite.conf
- - nginx_full/vite.conf
- - vite/vite-server-not-running.html
- - config.vite.yaml
- - web-build/Dockerfile.vite
+ - commands/web/vite
+ - apache/vite.conf
+ - nginx_full/vite.conf
+ - vite/vite-server-not-running.html
+ - config.vite.yaml
+ - web-build/Dockerfile.vite
global_files: []
removal_actions: []
diff --git a/.ddev/vite/vite-server-not-running.html b/.ddev/vite/vite-server-not-running.html
index ff0105d2..1319db40 100644
--- a/.ddev/vite/vite-server-not-running.html
+++ b/.ddev/vite/vite-server-not-running.html
@@ -1,49 +1,65 @@
-
+
vite not running
-
-
+
+
- vite not running
- Apparently, you tried to access resources from the vite development server. However, the server is currently not running.
- You can start the server by running the following command in your terminal:
- ddev vite
+ vite not running
+
+ Apparently, you tried to access resources from the vite development server. However, the server is currently not
+ running.
+
+ You can start the server by running the following command in your terminal:
+ ddev vite
-
-
\ No newline at end of file
+
+