From 6a0e08aba315b25d854db9504cc31dd85ec024fd Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Tue, 21 Nov 2023 14:46:22 +0000 Subject: [PATCH] Add missing file, remove it from .gitignore --- crates/librqbit/webui/.gitignore | 2 +- crates/librqbit/webui/dist/index.html | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 crates/librqbit/webui/dist/index.html diff --git a/crates/librqbit/webui/.gitignore b/crates/librqbit/webui/.gitignore index a547bf3..97025fd 100644 --- a/crates/librqbit/webui/.gitignore +++ b/crates/librqbit/webui/.gitignore @@ -8,7 +8,7 @@ pnpm-debug.log* lerna-debug.log* node_modules -dist +# dist we need this one! dist-ssr *.local diff --git a/crates/librqbit/webui/dist/index.html b/crates/librqbit/webui/dist/index.html new file mode 100644 index 0000000..c862757 --- /dev/null +++ b/crates/librqbit/webui/dist/index.html @@ -0,0 +1,22 @@ + + + + + + + rqbit web 0.0.1-alpha + + + + + + +
+

rqbit web 0.0.1-alpha

+
+
+ + + + + \ No newline at end of file