From a9fd9186d2923e8afb79deca883613d07398196f Mon Sep 17 00:00:00 2001 From: Luke Curley Date: Thu, 18 May 2023 12:09:31 -0700 Subject: [PATCH] Add the fingerprint symlink back. --- web/.gitignore | 3 +-- web/fingerprint.hex | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) create mode 120000 web/fingerprint.hex diff --git a/web/.gitignore b/web/.gitignore index 10ec168..2610592 100644 --- a/web/.gitignore +++ b/web/.gitignore @@ -1,4 +1,3 @@ node_modules .parcel-cache -dist -fingerprint.hex +dist \ No newline at end of file diff --git a/web/fingerprint.hex b/web/fingerprint.hex new file mode 120000 index 0000000..387f554 --- /dev/null +++ b/web/fingerprint.hex @@ -0,0 +1 @@ +../cert/localhost.hex \ No newline at end of file