From 77edfcb57d4922c70fe6b6c1c9a46c7904706923 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Wed, 16 Aug 2023 20:28:33 +0200 Subject: [PATCH] Revert --- apps/client/project.json | 3 +++ apps/client/src/assets/index.html | 0 2 files changed, 3 insertions(+) create mode 100644 apps/client/src/assets/index.html diff --git a/apps/client/project.json b/apps/client/project.json index 0c59bf0e0..76da6bd1a 100644 --- a/apps/client/project.json +++ b/apps/client/project.json @@ -110,6 +110,9 @@ { "command": "cp apps/client/src/assets/favicon.ico dist/apps/client" }, + { + "command": "cp apps/client/src/assets/index.html dist/apps/client" + }, { "command": "cp apps/client/src/assets/robots.txt dist/apps/client" }, diff --git a/apps/client/src/assets/index.html b/apps/client/src/assets/index.html new file mode 100644 index 000000000..e69de29bb