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