git: 06757954d9e3 - main - Uses/electronfix.mk: revert previous commit

From: Mathieu Arnold <mat_at_FreeBSD.org>
Date: Wed, 04 Sep 2024 10:00:10 UTC
The branch main has been updated by mat:

URL: https://cgit.FreeBSD.org/ports/commit/?id=06757954d9e3de9472361b4e8db6ffb991c8dcea

commit 06757954d9e3de9472361b4e8db6ffb991c8dcea
Author:     Mathieu Arnold <mat@FreeBSD.org>
AuthorDate: 2024-09-04 09:56:45 +0000
Commit:     Mathieu Arnold <mat@FreeBSD.org>
CommitDate: 2024-09-04 09:58:07 +0000

    Uses/electronfix.mk: revert previous commit
    
    And remove the offending port, it can be added back if the software is
    updated to work with a supported electron.
---
 Mk/Uses/electronfix.mk                             |    2 +-
 textproc/Makefile                                  |    1 -
 textproc/logseq/Makefile                           |   87 -
 textproc/logseq/distinfo                           |    7 -
 textproc/logseq/files/Logseq.desktop               |    8 -
 textproc/logseq/files/Logseq.in                    |   10 -
 ...odules__logseq_rsapi-linux-x64-gnu_package.json |   26 -
 textproc/logseq/pkg-descr                          |    5 -
 textproc/logseq/pkg-plist                          | 7302 --------------------
 9 files changed, 1 insertion(+), 7447 deletions(-)

diff --git a/Mk/Uses/electronfix.mk b/Mk/Uses/electronfix.mk
index 534321ae56ca..f5e33da516cb 100644
--- a/Mk/Uses/electronfix.mk
+++ b/Mk/Uses/electronfix.mk
@@ -24,7 +24,7 @@ _INCLUDE_USES_ELECTRONFIX_MK=	yes
 _ELECTRON_MAKEFILE_VERSION=	${.CURDIR}/../../devel/electron${electronfix_ARGS}/Makefile.version
 
 .  if !exists(${_ELECTRON_MAKEFILE_VERSION})
-.    warning Unknown Electron version in USES=electronfix:${electronfix_ARGS}
+.    error Unknown Electron version in USES=electronfix:${electronfix_ARGS}
 .  endif
 
 BUILD_DEPENDS+=	electron${electronfix_ARGS}:devel/electron${electronfix_ARGS}
diff --git a/textproc/Makefile b/textproc/Makefile
index 0533e826df13..70d2f954f161 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -451,7 +451,6 @@
     SUBDIR += linuxdoc
     SUBDIR += linuxdoc-tools
     SUBDIR += localize
-    SUBDIR += logseq
     SUBDIR += lookatme
     SUBDIR += loook
     SUBDIR += lowdown
diff --git a/textproc/logseq/Makefile b/textproc/logseq/Makefile
deleted file mode 100644
index 60e38ab429df..000000000000
--- a/textproc/logseq/Makefile
+++ /dev/null
@@ -1,87 +0,0 @@
-PORTNAME=	logseq
-PORTVERSION=	0.10.8
-CATEGORIES=	textproc
-MASTER_SITES=	https://github.com/logseq/logseq/releases/download/${PORTVERSION}/ \
-		LOCAL/arrowd/:node_modules
-DISTFILES=	Logseq-linux-x64-${PORTVERSION}${EXTRACT_SUFX} \
-		logseq/rsapi-${RSAPI_HASH}.freebsd-x64.node${EXTRACT_SUFX}:node_modules \
-		logseq/better-sqlite-${BETTER_SQLITE_VERSION}.node${EXTRACT_SUFX}:node_modules
-
-MAINTAINER=	arrowd@FreeBSD.org
-COMMENT=	Open-source platform for knowledge management and collaboration
-WWW=		https://logseq.com
-
-LICENSE=	AGPLv3
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-BROKEN=		Depends on expired and removed devel/electron27
-
-ONLY_FOR_ARCHS=	amd64
-
-RUN_DEPENDS=	git:devel/git
-
-USES=		desktop-file-utils electronfix:27 shared-mime-info zip
-
-ELECTRONFIX_MAIN_EXECUTABLE=	Logseq
-SUB_FILES=	Logseq
-NO_BUILD=	yes
-WRKSRC=		${WRKDIR}/Logseq-linux-x64
-
-RSAPI_HASH=	d731cc44acb903a41c5e0b8dc7e576cc2d35ceb4
-BETTER_SQLITE_VERSION=	9.3.0
-
-post-patch:
-	${RM} ${WRKSRC}/resources/app/node_modules/@logseq/rsapi-linux-x64-gnu/package.json.orig
-
-do-install:
-	cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}
-	${INSTALL_SCRIPT} ${WRKDIR}/Logseq ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_DATA} ${PATCHDIR}/Logseq.desktop ${STAGEDIR}${DESKTOPDIR}/Logseq.desktop
-	${INSTALL_DATA} ${WRKSRC}/resources/app/icon.png ${STAGEDIR}${PREFIX}/share/pixmaps/Logseq.png
-	${FIND} ${STAGEDIR}${DATADIR} -type d -empty -delete
-	${MV} ${STAGEDIR}${DATADIR}/resources/app/node_modules/@logseq/rsapi-linux-x64-gnu \
-		${STAGEDIR}${DATADIR}/resources/app/node_modules/@logseq/rsapi-freebsd-x64
-	${RM} ${STAGEDIR}${DATADIR}/resources/app/node_modules/@logseq/rsapi-freebsd-x64/rsapi.linux-x64-gnu.node
-	${INSTALL_PROGRAM} ${WRKDIR}/rsapi.freebsd-x64.node ${STAGEDIR}${DATADIR}/resources/app/node_modules/@logseq/rsapi-freebsd-x64
-	${RM} -r ${STAGEDIR}${DATADIR}/resources/app/node_modules/better-sqlite3/bin
-	${RM} -r ${STAGEDIR}${DATADIR}/resources/app/node_modules/better-sqlite3/build/Release
-	${INSTALL_PROGRAM} ${WRKDIR}/better_sqlite3.node ${STAGEDIR}${DATADIR}/resources/app/node_modules/better-sqlite3/build
-	${RM} -r ${STAGEDIR}${DATADIR}/resources/app/node_modules/dugite/git
-
-repackage-node-modules:
-	pkg info curl git yarn npm zip > /dev/null
-	${MKDIR} /tmp/logseq/
-	curl https://sh.rustup.rs -sSf --output ${WRKDIR}/rustup.sh
-	${SETENV} HOME=${WRKDIR}/home \
-		sh ${WRKDIR}/rustup.sh -y --profile minimal --default-toolchain stable
-
-	git clone https://github.com/logseq/rsapi.git ${WRKDIR}/rsapi-git
-	cd ${WRKDIR}/rsapi-git && git checkout ${RSAPI_HASH}
-	cd ${WRKDIR}/rsapi-git && ${SETENV} HOME=${WRKDIR}/home PATH=${PATH}:${WRKDIR}/home/.cargo/bin \
-		yarn install --immutable --mode=skip-build
-	cd ${WRKDIR}/rsapi-git && ${SETENV} HOME=${WRKDIR}/home PATH=${PATH}:${WRKDIR}/home/.cargo/bin \
-		yarn build
-	${STRIP_CMD} ${WRKDIR}/rsapi-git/packages/rsapi/rsapi.freebsd-x64.node
-	cd ${WRKDIR}/rsapi-git/packages/rsapi && zip /tmp/logseq/rsapi-${RSAPI_HASH}.freebsd-x64.node.zip rsapi.freebsd-x64.node
-
-	git clone https://github.com/WiseLibs/better-sqlite3.git ${WRKDIR}/better-sqlite
-	cd ${WRKDIR}/better-sqlite && git checkout v${BETTER_SQLITE_VERSION}
-	${SED} -i.bak -e 's|node-gyp rebuild|node-gyp rebuild --arch=x64 --dist-url=https://electronjs.org/headers --target=${ELECTRON_VER}|g' \
-		${WRKDIR}/better-sqlite/package.json
-	cd ${WRKDIR}/better-sqlite && ${SETENV} HOME=${WRKDIR}/home \
-		npm install --ignore-scripts
-	cd ${WRKDIR}/better-sqlite && ${SETENV} HOME=${WRKDIR}/home \
-		npm run build-release
-	${STRIP_CMD} ${WRKDIR}/better-sqlite/build/Release/better_sqlite3.node
-	cd ${WRKDIR}/better-sqlite/build/Release && zip /tmp/logseq/better-sqlite-${BETTER_SQLITE_VERSION}.node.zip better_sqlite3.node
-
-	@cd /tmp \
-		&& sha256 logseq/rsapi-${RSAPI_HASH}.freebsd-x64.node.zip \
-		&& ${ECHO_CMD} -n "SIZE (logseq/rsapi-${RSAPI_HASH}.freebsd-x64.node.zip) = " \
-		&& ${STAT} -f %z /tmp/logseq/rsapi-${RSAPI_HASH}.freebsd-x64.node.zip \
-		&& sha256 logseq/better-sqlite-${BETTER_SQLITE_VERSION}.node.zip \
-		&& ${ECHO_CMD} -n "SIZE (logseq/better-sqlite-${BETTER_SQLITE_VERSION}.node.zip) = " \
-		&& ${STAT} -f %z /tmp/logseq/better-sqlite-${BETTER_SQLITE_VERSION}.node.zip
-	@${ECHO_CMD}
-
-.include <bsd.port.mk>
diff --git a/textproc/logseq/distinfo b/textproc/logseq/distinfo
deleted file mode 100644
index 3dba542887d6..000000000000
--- a/textproc/logseq/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-TIMESTAMP = 1713615175
-SHA256 (Logseq-linux-x64-0.10.8.zip) = 34a6cfd14112fc580dc40297af6b00018c7238ddad6382f88ee5925e1b34b779
-SIZE (Logseq-linux-x64-0.10.8.zip) = 189513360
-SHA256 (logseq/rsapi-d731cc44acb903a41c5e0b8dc7e576cc2d35ceb4.freebsd-x64.node.zip) = 5e78deff1d7dc25dec9b6504f2e4bb00223372a603ac15f21e4acd877f3dde26
-SIZE (logseq/rsapi-d731cc44acb903a41c5e0b8dc7e576cc2d35ceb4.freebsd-x64.node.zip) = 2376857
-SHA256 (logseq/better-sqlite-9.3.0.node.zip) = fee02a179674b1e83cb147718016450eaf34fc7742ece2967973d979058e540d
-SIZE (logseq/better-sqlite-9.3.0.node.zip) = 974113
diff --git a/textproc/logseq/files/Logseq.desktop b/textproc/logseq/files/Logseq.desktop
deleted file mode 100644
index ce9de84399ef..000000000000
--- a/textproc/logseq/files/Logseq.desktop
+++ /dev/null
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=Logseq
-Comment=Open Source platform for knowledge sharing and management
-Icon=Logseq
-Exec=Logseq %u
-Categories=Office;
-MimeType=x-scheme-handler/logseq
diff --git a/textproc/logseq/files/Logseq.in b/textproc/logseq/files/Logseq.in
deleted file mode 100644
index a90f154a941e..000000000000
--- a/textproc/logseq/files/Logseq.in
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-# workaround Chromium bug https://bugs.chromium.org/p/chromium/issues/detail?id=918234
-if [ "$DBUS_SESSION_BUS_ADDRESS" = "" ]; then
-    export DBUS_SESSION_BUS_ADDRESS="autolaunch:"
-fi
-
-export GIT_EXEC_PATH=%%LOCALBASE%%/bin/git
-
-exec %%DATADIR%%/Logseq "$@"
diff --git a/textproc/logseq/files/patch-resources_app_node__modules__logseq_rsapi-linux-x64-gnu_package.json b/textproc/logseq/files/patch-resources_app_node__modules__logseq_rsapi-linux-x64-gnu_package.json
deleted file mode 100644
index 0df1d7d26761..000000000000
--- a/textproc/logseq/files/patch-resources_app_node__modules__logseq_rsapi-linux-x64-gnu_package.json
+++ /dev/null
@@ -1,26 +0,0 @@
---- resources/app/node_modules/@logseq/rsapi-linux-x64-gnu/package.json.orig	2024-02-29 15:29:42 UTC
-+++ resources/app/node_modules/@logseq/rsapi-linux-x64-gnu/package.json
-@@ -1,19 +1,19 @@
- {
--  "name": "@logseq/rsapi-linux-x64-gnu",
-+  "name": "@logseq/rsapi-freebsd-x64",
-   "private": false,
-   "publishConfig": {
-     "access": "public"
-   },
-   "version": "0.0.84",
-   "os": [
--    "linux"
-+    "freebsd"
-   ],
-   "cpu": [
-     "x64"
-   ],
--  "main": "rsapi.linux-x64-gnu.node",
-+  "main": "rsapi.freebsd-x64.node",
-   "files": [
--    "rsapi.linux-x64-gnu.node"
-+    "rsapi.freebsd-x64.node"
-   ],
-   "license": "MIT",
-   "engines": {
diff --git a/textproc/logseq/pkg-descr b/textproc/logseq/pkg-descr
deleted file mode 100644
index bca57d849b52..000000000000
--- a/textproc/logseq/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Logseq is a knowledge management and collaboration platform. It focuses on
-privacy, longevity, and user control. Logseq offers a range of powerful tools
-for knowledge management, collaboration, PDF annotation, and task management
-with support for multiple file formats, including Markdown and Org-mode, and
-various features for organizing and structuring your notes.
diff --git a/textproc/logseq/pkg-plist b/textproc/logseq/pkg-plist
deleted file mode 100644
index dc588fab8ae5..000000000000
--- a/textproc/logseq/pkg-plist
+++ /dev/null
@@ -1,7302 +0,0 @@
-bin/Logseq
-share/applications/Logseq.desktop
-%%DATADIR%%/LICENSE
-%%DATADIR%%/LICENSES.chromium.html
-%%DATADIR%%/Logseq
-%%DATADIR%%/chrome_100_percent.pak
-%%DATADIR%%/chrome_200_percent.pak
-%%DATADIR%%/chrome_crashpad_handler
-%%DATADIR%%/chromedriver
-%%DATADIR%%/icudtl.dat
-%%DATADIR%%/libEGL.so
-%%DATADIR%%/libGLESv2.so
-%%DATADIR%%/libffmpeg.so
-%%DATADIR%%/libvk_swiftshader.so
-%%DATADIR%%/libvulkan.so
-%%DATADIR%%/locales/af.pak
-%%DATADIR%%/locales/am.pak
-%%DATADIR%%/locales/ar.pak
-%%DATADIR%%/locales/bg.pak
-%%DATADIR%%/locales/bn.pak
-%%DATADIR%%/locales/ca.pak
-%%DATADIR%%/locales/cs.pak
-%%DATADIR%%/locales/da.pak
-%%DATADIR%%/locales/de.pak
-%%DATADIR%%/locales/el.pak
-%%DATADIR%%/locales/en-GB.pak
-%%DATADIR%%/locales/en-US.pak
-%%DATADIR%%/locales/es-419.pak
-%%DATADIR%%/locales/es.pak
-%%DATADIR%%/locales/et.pak
-%%DATADIR%%/locales/fa.pak
-%%DATADIR%%/locales/fi.pak
-%%DATADIR%%/locales/fil.pak
-%%DATADIR%%/locales/fr.pak
-%%DATADIR%%/locales/gu.pak
-%%DATADIR%%/locales/he.pak
-%%DATADIR%%/locales/hi.pak
-%%DATADIR%%/locales/hr.pak
-%%DATADIR%%/locales/hu.pak
-%%DATADIR%%/locales/id.pak
-%%DATADIR%%/locales/it.pak
-%%DATADIR%%/locales/ja.pak
-%%DATADIR%%/locales/kn.pak
-%%DATADIR%%/locales/ko.pak
-%%DATADIR%%/locales/lt.pak
-%%DATADIR%%/locales/lv.pak
-%%DATADIR%%/locales/ml.pak
-%%DATADIR%%/locales/mr.pak
-%%DATADIR%%/locales/ms.pak
-%%DATADIR%%/locales/nb.pak
-%%DATADIR%%/locales/nl.pak
-%%DATADIR%%/locales/pl.pak
-%%DATADIR%%/locales/pt-BR.pak
-%%DATADIR%%/locales/pt-PT.pak
-%%DATADIR%%/locales/ro.pak
-%%DATADIR%%/locales/ru.pak
-%%DATADIR%%/locales/sk.pak
-%%DATADIR%%/locales/sl.pak
-%%DATADIR%%/locales/sr.pak
-%%DATADIR%%/locales/sv.pak
-%%DATADIR%%/locales/sw.pak
-%%DATADIR%%/locales/ta.pak
-%%DATADIR%%/locales/te.pak
-%%DATADIR%%/locales/th.pak
-%%DATADIR%%/locales/tr.pak
-%%DATADIR%%/locales/uk.pak
-%%DATADIR%%/locales/ur.pak
-%%DATADIR%%/locales/vi.pak
-%%DATADIR%%/locales/zh-CN.pak
-%%DATADIR%%/locales/zh-TW.pak
-%%DATADIR%%/resources.pak
-%%DATADIR%%/resources/app/404.html
-%%DATADIR%%/resources/app/VERSION
-%%DATADIR%%/resources/app/android/icon-background.png
-%%DATADIR%%/resources/app/android/icon-foreground.png
-%%DATADIR%%/resources/app/android/icon/drawable-hdpi-icon.png
-%%DATADIR%%/resources/app/android/icon/drawable-ldpi-icon.png
-%%DATADIR%%/resources/app/android/icon/drawable-mdpi-icon.png
-%%DATADIR%%/resources/app/android/icon/drawable-xhdpi-icon.png
-%%DATADIR%%/resources/app/android/icon/drawable-xxhdpi-icon.png
-%%DATADIR%%/resources/app/android/icon/drawable-xxxhdpi-icon.png
-%%DATADIR%%/resources/app/android/icon/hdpi-background.png
-%%DATADIR%%/resources/app/android/icon/hdpi-foreground.png
-%%DATADIR%%/resources/app/android/icon/ldpi-background.png
-%%DATADIR%%/resources/app/android/icon/ldpi-foreground.png
-%%DATADIR%%/resources/app/android/icon/mdpi-background.png
-%%DATADIR%%/resources/app/android/icon/mdpi-foreground.png
-%%DATADIR%%/resources/app/android/icon/xhdpi-background.png
-%%DATADIR%%/resources/app/android/icon/xhdpi-foreground.png
-%%DATADIR%%/resources/app/android/icon/xxhdpi-background.png
-%%DATADIR%%/resources/app/android/icon/xxhdpi-foreground.png
-%%DATADIR%%/resources/app/android/icon/xxxhdpi-background.png
-%%DATADIR%%/resources/app/android/icon/xxxhdpi-foreground.png
-%%DATADIR%%/resources/app/android/splash/drawable-land-hdpi-screen.png
-%%DATADIR%%/resources/app/android/splash/drawable-land-ldpi-screen.png
-%%DATADIR%%/resources/app/android/splash/drawable-land-mdpi-screen.png
-%%DATADIR%%/resources/app/android/splash/drawable-land-xhdpi-screen.png
-%%DATADIR%%/resources/app/android/splash/drawable-land-xxhdpi-screen.png
-%%DATADIR%%/resources/app/android/splash/drawable-land-xxxhdpi-screen.png
-%%DATADIR%%/resources/app/android/splash/drawable-port-hdpi-screen.png
-%%DATADIR%%/resources/app/android/splash/drawable-port-ldpi-screen.png
-%%DATADIR%%/resources/app/android/splash/drawable-port-mdpi-screen.png
-%%DATADIR%%/resources/app/android/splash/drawable-port-xhdpi-screen.png
-%%DATADIR%%/resources/app/android/splash/drawable-port-xxhdpi-screen.png
-%%DATADIR%%/resources/app/android/splash/drawable-port-xxxhdpi-screen.png
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-Black.woff
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-Black.woff2
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-BlackItalic.woff
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-BlackItalic.woff2
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-Bold.woff
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-Bold.woff2
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-BoldItalic.woff
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-BoldItalic.woff2
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-ExtraBold.woff
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-ExtraBold.woff2
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-ExtraBoldItalic.woff
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-ExtraBoldItalic.woff2
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-ExtraLight.woff
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-ExtraLight.woff2
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-ExtraLightItalic.woff
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-ExtraLightItalic.woff2
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-Italic.woff
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-Italic.woff2
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-Light.woff
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-Light.woff2
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-LightItalic.woff
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-LightItalic.woff2
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-Medium.woff
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-Medium.woff2
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-MediumItalic.woff
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-MediumItalic.woff2
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-Regular.woff
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-Regular.woff2
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-SemiBold.woff
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-SemiBold.woff2
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-SemiBoldItalic.woff
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-SemiBoldItalic.woff2
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-Thin.woff
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-Thin.woff2
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-ThinItalic.woff
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-ThinItalic.woff2
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-italic.var.woff2
-%%DATADIR%%/resources/app/css/Inter (web)/Inter-roman.var.woff2
-%%DATADIR%%/resources/app/css/Inter (web)/Inter.var.woff2
-%%DATADIR%%/resources/app/css/LICENSE
-%%DATADIR%%/resources/app/css/codemirror.lsradix.css
-%%DATADIR%%/resources/app/css/fonts/KaTeX_AMS-Regular.woff2
-%%DATADIR%%/resources/app/css/fonts/KaTeX_Caligraphic-Bold.woff2
-%%DATADIR%%/resources/app/css/fonts/KaTeX_Caligraphic-Regular.woff2
-%%DATADIR%%/resources/app/css/fonts/KaTeX_Fraktur-Bold.woff2
-%%DATADIR%%/resources/app/css/fonts/KaTeX_Fraktur-Regular.woff2
-%%DATADIR%%/resources/app/css/fonts/KaTeX_Main-Bold.woff2
-%%DATADIR%%/resources/app/css/fonts/KaTeX_Main-BoldItalic.woff2
-%%DATADIR%%/resources/app/css/fonts/KaTeX_Main-Italic.woff2
-%%DATADIR%%/resources/app/css/fonts/KaTeX_Main-Regular.woff2
-%%DATADIR%%/resources/app/css/fonts/KaTeX_Math-BoldItalic.woff2
-%%DATADIR%%/resources/app/css/fonts/KaTeX_Math-Italic.woff2
-%%DATADIR%%/resources/app/css/fonts/KaTeX_SansSerif-Bold.woff2
-%%DATADIR%%/resources/app/css/fonts/KaTeX_SansSerif-Italic.woff2
-%%DATADIR%%/resources/app/css/fonts/KaTeX_SansSerif-Regular.woff2
-%%DATADIR%%/resources/app/css/fonts/KaTeX_Script-Regular.woff2
-%%DATADIR%%/resources/app/css/fonts/KaTeX_Size1-Regular.woff2
-%%DATADIR%%/resources/app/css/fonts/KaTeX_Size2-Regular.woff2
-%%DATADIR%%/resources/app/css/fonts/KaTeX_Size3-Regular.woff2
-%%DATADIR%%/resources/app/css/fonts/KaTeX_Size4-Regular.woff2
-%%DATADIR%%/resources/app/css/fonts/KaTeX_Typewriter-Regular.woff2
-%%DATADIR%%/resources/app/css/fonts/tabler-icons.eot
-%%DATADIR%%/resources/app/css/fonts/tabler-icons.svg
-%%DATADIR%%/resources/app/css/fonts/tabler-icons.ttf
-%%DATADIR%%/resources/app/css/fonts/tabler-icons.woff
-%%DATADIR%%/resources/app/css/fonts/tabler-icons.woff2
-%%DATADIR%%/resources/app/css/inter.css
-%%DATADIR%%/resources/app/css/shui.css
-%%DATADIR%%/resources/app/css/source-sans-pro-italic.eot
-%%DATADIR%%/resources/app/css/source-sans-pro-italic.ttf
-%%DATADIR%%/resources/app/css/source-sans-pro-italic.woff
-%%DATADIR%%/resources/app/css/source-sans-pro-regular.eot
-%%DATADIR%%/resources/app/css/source-sans-pro-regular.ttf
-%%DATADIR%%/resources/app/css/source-sans-pro-regular.woff
-%%DATADIR%%/resources/app/css/source-sans-pro-semibold.eot
-%%DATADIR%%/resources/app/css/source-sans-pro-semibold.ttf
-%%DATADIR%%/resources/app/css/source-sans-pro-semibold.woff
-%%DATADIR%%/resources/app/css/source-sans-pro-semibolditalic.eot
-%%DATADIR%%/resources/app/css/source-sans-pro-semibolditalic.ttf
-%%DATADIR%%/resources/app/css/source-sans-pro-semibolditalic.woff
-%%DATADIR%%/resources/app/css/source-sans-pro.css
-%%DATADIR%%/resources/app/css/style.css
-%%DATADIR%%/resources/app/css/tabler-extension.css
-%%DATADIR%%/resources/app/css/tabler-icons.min.css
-%%DATADIR%%/resources/app/css/ui.css
-%%DATADIR%%/resources/app/docs/api_server.html
-%%DATADIR%%/resources/app/electron.html
-%%DATADIR%%/resources/app/electron.js
-%%DATADIR%%/resources/app/electron.js.map
-%%DATADIR%%/resources/app/entitlements.plist
-%%DATADIR%%/resources/app/fonts/tabler-icons-extension.woff2
-%%DATADIR%%/resources/app/forge.config.js
-%%DATADIR%%/resources/app/icon.png
-%%DATADIR%%/resources/app/icon_monochrome.png
-%%DATADIR%%/resources/app/icons.edn
-%%DATADIR%%/resources/app/icons/canary/logseq.ico
-%%DATADIR%%/resources/app/icons/canary/logseq.png
-%%DATADIR%%/resources/app/icons/canary/logseq_big_sur.icns
-%%DATADIR%%/resources/app/icons/canary/logseq_big_sur.ico
-%%DATADIR%%/resources/app/icons/canary/logseq_big_sur.png
-%%DATADIR%%/resources/app/icons/installing.gif
-%%DATADIR%%/resources/app/icons/logseq.icns
-%%DATADIR%%/resources/app/icons/logseq.ico
-%%DATADIR%%/resources/app/icons/logseq.png
-%%DATADIR%%/resources/app/icons/logseq_big_sur.icns
-%%DATADIR%%/resources/app/icons/logseq_big_sur.ico
-%%DATADIR%%/resources/app/icons/logseq_big_sur.png
-%%DATADIR%%/resources/app/img/broken-avatar.png
-%%DATADIR%%/resources/app/img/checker.png
-%%DATADIR%%/resources/app/img/credits.png
-%%DATADIR%%/resources/app/img/dark-theme.png
-%%DATADIR%%/resources/app/img/dmg-bg.png
-%%DATADIR%%/resources/app/img/file-edn.png
-%%DATADIR%%/resources/app/img/file-sync-unavailale-nonbacker-dark.png
-%%DATADIR%%/resources/app/img/file-sync-unavailale-nonbacker-light.png
-%%DATADIR%%/resources/app/img/file-sync-welcome-backer-dark.png
-%%DATADIR%%/resources/app/img/file-sync-welcome-backer-light.png
-%%DATADIR%%/resources/app/img/folder-logo.png
-%%DATADIR%%/resources/app/img/folder.png
-%%DATADIR%%/resources/app/img/light-theme.png
-%%DATADIR%%/resources/app/img/logo.png
-%%DATADIR%%/resources/app/img/screenshot.png
-%%DATADIR%%/resources/app/img/system-theme.png
-%%DATADIR%%/resources/app/img/theme-modes.png
-%%DATADIR%%/resources/app/img/tutorial-thumb.jpg
-%%DATADIR%%/resources/app/img/whiteboard-welcome-dark.png
-%%DATADIR%%/resources/app/img/whiteboard-welcome-light.png
-%%DATADIR%%/resources/app/index.html
-%%DATADIR%%/resources/app/ios/icon/icon-1024.png
-%%DATADIR%%/resources/app/ios/icon/icon-108@2x.png
-%%DATADIR%%/resources/app/ios/icon/icon-20.png
-%%DATADIR%%/resources/app/ios/icon/icon-20@2x.png
-%%DATADIR%%/resources/app/ios/icon/icon-20@3x.png
-%%DATADIR%%/resources/app/ios/icon/icon-24@2x.png
-%%DATADIR%%/resources/app/ios/icon/icon-27.5@2x.png
-%%DATADIR%%/resources/app/ios/icon/icon-29.png
-%%DATADIR%%/resources/app/ios/icon/icon-29@2x.png
-%%DATADIR%%/resources/app/ios/icon/icon-29@3x.png
-%%DATADIR%%/resources/app/ios/icon/icon-40.png
-%%DATADIR%%/resources/app/ios/icon/icon-40@2x.png
-%%DATADIR%%/resources/app/ios/icon/icon-40@3x.png
-%%DATADIR%%/resources/app/ios/icon/icon-44@2x.png
-%%DATADIR%%/resources/app/ios/icon/icon-50.png
-%%DATADIR%%/resources/app/ios/icon/icon-50@2x.png
-%%DATADIR%%/resources/app/ios/icon/icon-60.png
-%%DATADIR%%/resources/app/ios/icon/icon-60@2x.png
-%%DATADIR%%/resources/app/ios/icon/icon-60@3x.png
-%%DATADIR%%/resources/app/ios/icon/icon-72.png
-%%DATADIR%%/resources/app/ios/icon/icon-72@2x.png
-%%DATADIR%%/resources/app/ios/icon/icon-76.png
-%%DATADIR%%/resources/app/ios/icon/icon-76@2x.png
-%%DATADIR%%/resources/app/ios/icon/icon-83.5@2x.png
-%%DATADIR%%/resources/app/ios/icon/icon-86@2x.png
-%%DATADIR%%/resources/app/ios/icon/icon-98@2x.png
-%%DATADIR%%/resources/app/ios/icon/icon.png
-%%DATADIR%%/resources/app/ios/icon/icon@2x.png
-%%DATADIR%%/resources/app/ios/splash/Default-1792h~iphone.png
-%%DATADIR%%/resources/app/ios/splash/Default-2436h.png
-%%DATADIR%%/resources/app/ios/splash/Default-2688h~iphone.png
-%%DATADIR%%/resources/app/ios/splash/Default-568h@2x~iphone.png
-%%DATADIR%%/resources/app/ios/splash/Default-667h.png
-%%DATADIR%%/resources/app/ios/splash/Default-736h.png
-%%DATADIR%%/resources/app/ios/splash/Default-Landscape-1792h~iphone.png
-%%DATADIR%%/resources/app/ios/splash/Default-Landscape-2436h.png
-%%DATADIR%%/resources/app/ios/splash/Default-Landscape-2688h~iphone.png
-%%DATADIR%%/resources/app/ios/splash/Default-Landscape-736h.png
-%%DATADIR%%/resources/app/ios/splash/Default-Landscape@2x~ipad.png
-%%DATADIR%%/resources/app/ios/splash/Default-Landscape@~ipadpro.png
-%%DATADIR%%/resources/app/ios/splash/Default-Landscape~ipad.png
-%%DATADIR%%/resources/app/ios/splash/Default-Portrait@2x~ipad.png
-%%DATADIR%%/resources/app/ios/splash/Default-Portrait@~ipadpro.png
-%%DATADIR%%/resources/app/ios/splash/Default-Portrait~ipad.png
-%%DATADIR%%/resources/app/ios/splash/Default@2x~iphone.png
-%%DATADIR%%/resources/app/ios/splash/Default@2x~universal~anyany.png
-%%DATADIR%%/resources/app/ios/splash/Default~iphone.png
-%%DATADIR%%/resources/app/js/amplify.js
-%%DATADIR%%/resources/app/js/code-editor.js
-%%DATADIR%%/resources/app/js/code-editor.js.map
-%%DATADIR%%/resources/app/js/excalidraw-assets/Assistant-Bold.woff2
-%%DATADIR%%/resources/app/js/excalidraw-assets/Assistant-Medium.woff2
-%%DATADIR%%/resources/app/js/excalidraw-assets/Assistant-Regular.woff2
-%%DATADIR%%/resources/app/js/excalidraw-assets/Assistant-SemiBold.woff2
-%%DATADIR%%/resources/app/js/excalidraw-assets/Cascadia.woff2
-%%DATADIR%%/resources/app/js/excalidraw-assets/Virgil.woff2
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/ar-SA-json-b9c75e6743e089f51f9b.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/az-AZ-json-32268e2c7ad89fce5d2c.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/bg-BG-json-ff5ef83d3c2706367417.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/bn-BD-json-f9b1344b2f5c0ab53ce8.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/ca-ES-json-d4a1f01f8c174c315974.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/cs-CZ-json-ff1b9bbfe92356698245.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/da-DK-json-ac982a0c1e02b45f9500.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/de-DE-json-a3222d8a9ed4864ccedf.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/el-GR-json-8cc1609bd088ec4f197a.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/es-ES-json-4f3da97feff33cb00e6d.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/eu-ES-json-f9efd2bf2555bceb526a.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/fa-IR-json-abcad5d329ac9558750e.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/fi-FI-json-7250174bb3682c3ee602.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/fr-FR-json-f82759a1bc767e0889bd.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/gl-ES-json-8408403b5df17158e269.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/he-IL-json-2e5cea590dd00f76b42f.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/hi-IN-json-3898c9c1216b44476529.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/hu-HU-json-1b5028b3a2676b3e7bde.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/id-ID-json-0e69caf5d919807ed234.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/it-IT-json-a1526e95ebe4c2156ffb.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/ja-JP-json-b7b0079dca8ece2551c7.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/kaa-json-b2f03ae2f239b9fae304.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/kab-KAB-json-e8618205ea49417e5fb4.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/kk-KZ-json-f648362328b839e9313f.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/km-KH-json-920cbd8cb9ea3c2ce631.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/ko-KR-json-e5f26d9854a5d68ada0a.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/ku-TR-json-374bbbb0b003a490681d.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/lt-LT-json-9caac0d3530651221c75.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/lv-LV-json-c811870330575e53285c.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/mr-IN-json-05294735c64b63223d8e.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/my-MM-json-c3cff6d30b1e629f546f.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/nb-NO-json-75cfab63ad7c2ff45f19.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/nl-NL-json-90ef39ed303967aeb9c2.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/nn-NO-json-1a8db0d8c3717d895cc5.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/oc-FR-json-925326d13bc187dcd377.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/pa-IN-json-d9ee09801ed220840b2b.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/pl-PL-json-9a1b0b7262cd86ab734f.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/pt-BR-json-62a1095dd13343b61194.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/pt-PT-json-cc517eed349ce432b054.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/ro-RO-json-162b57c475da796d5a5b.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/ru-RU-json-cfc347872e181d1335a7.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/si-LK-json-674ece30d49390e45733.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/sk-SK-json-8edebc008b63305c87e1.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/sl-SI-json-826580e1006547dbbd3b.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/sv-SE-json-84a855efd030e37f51ab.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/ta-IN-json-f59f50c4b8f2b2fee8ca.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/th-TH-json-4cbe42d56e0a6f261769.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/tr-TR-json-eb07e9699c26fef02345.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/uk-UA-json-a48bb2e866a11d396a35.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/vi-VN-json-cbbaff972778abc0e34b.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/zh-CN-json-62d636303447fe79db54.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/zh-HK-json-19e6814bddb06e0dd6e3.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/locales/zh-TW-json-3fcc3dcef74999ea3757.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/vendor-ef3c5d81a00ef582b871.js
-%%DATADIR%%/resources/app/js/excalidraw-assets/vendor-ef3c5d81a00ef582b871.js.LICENSE.txt
-%%DATADIR%%/resources/app/js/excalidraw.js
-%%DATADIR%%/resources/app/js/excalidraw.js.map
-%%DATADIR%%/resources/app/js/glide/glide.core.min.css
-%%DATADIR%%/resources/app/js/glide/glide.min.js
-%%DATADIR%%/resources/app/js/glide/glide.theme.min.css
-%%DATADIR%%/resources/app/js/highlight.min.js
-%%DATADIR%%/resources/app/js/html2canvas.min.js
-%%DATADIR%%/resources/app/js/interact.min.js
-%%DATADIR%%/resources/app/js/katex.min.js
-%%DATADIR%%/resources/app/js/lightning-fs.min.js
-%%DATADIR%%/resources/app/js/lsplugin.core.js
-%%DATADIR%%/resources/app/js/lsplugin.core.js.LICENSE.txt
-%%DATADIR%%/resources/app/js/lsplugin.user.js
-%%DATADIR%%/resources/app/js/lsplugin.user.js.LICENSE.txt
-%%DATADIR%%/resources/app/js/magic_portal.js
-%%DATADIR%%/resources/app/js/main.js
-%%DATADIR%%/resources/app/js/main.js.map
-%%DATADIR%%/resources/app/js/manifest.edn
-%%DATADIR%%/resources/app/js/marked.min.js
-%%DATADIR%%/resources/app/js/mhchem.min.js
-%%DATADIR%%/resources/app/js/module-loader.edn
-%%DATADIR%%/resources/app/js/module-loader.json
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/78-EUC-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/78-EUC-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/78-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/78-RKSJ-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/78-RKSJ-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/78-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/78ms-RKSJ-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/78ms-RKSJ-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/83pv-RKSJ-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/90ms-RKSJ-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/90ms-RKSJ-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/90msp-RKSJ-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/90msp-RKSJ-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/90pv-RKSJ-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/90pv-RKSJ-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Add-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Add-RKSJ-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Add-RKSJ-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Add-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Adobe-CNS1-0.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Adobe-CNS1-1.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Adobe-CNS1-2.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Adobe-CNS1-3.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Adobe-CNS1-4.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Adobe-CNS1-5.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Adobe-CNS1-6.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Adobe-CNS1-UCS2.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Adobe-GB1-0.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Adobe-GB1-1.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Adobe-GB1-2.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Adobe-GB1-3.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Adobe-GB1-4.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Adobe-GB1-5.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Adobe-GB1-UCS2.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Adobe-Japan1-0.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Adobe-Japan1-1.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Adobe-Japan1-2.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Adobe-Japan1-3.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Adobe-Japan1-4.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Adobe-Japan1-5.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Adobe-Japan1-6.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Adobe-Japan1-UCS2.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Adobe-Korea1-0.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Adobe-Korea1-1.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Adobe-Korea1-2.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Adobe-Korea1-UCS2.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/B5-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/B5-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/B5pc-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/B5pc-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/CNS-EUC-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/CNS-EUC-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/CNS1-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/CNS1-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/CNS2-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/CNS2-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/ETHK-B5-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/ETHK-B5-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/ETen-B5-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/ETen-B5-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/ETenms-B5-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/ETenms-B5-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/EUC-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/EUC-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Ext-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Ext-RKSJ-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Ext-RKSJ-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Ext-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/GB-EUC-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/GB-EUC-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/GB-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/GB-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/GBK-EUC-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/GBK-EUC-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/GBK2K-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/GBK2K-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/GBKp-EUC-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/GBKp-EUC-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/GBT-EUC-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/GBT-EUC-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/GBT-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/GBT-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/GBTpc-EUC-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/GBTpc-EUC-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/GBpc-EUC-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/GBpc-EUC-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/HKdla-B5-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/HKdla-B5-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/HKdlb-B5-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/HKdlb-B5-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/HKgccs-B5-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/HKgccs-B5-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/HKm314-B5-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/HKm314-B5-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/HKm471-B5-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/HKm471-B5-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/HKscs-B5-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/HKscs-B5-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Hankaku.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Hiragana.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/KSC-EUC-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/KSC-EUC-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/KSC-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/KSC-Johab-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/KSC-Johab-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/KSC-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/KSCms-UHC-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/KSCms-UHC-HW-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/KSCms-UHC-HW-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/KSCms-UHC-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/KSCpc-EUC-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/KSCpc-EUC-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Katakana.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/NWP-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/NWP-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/RKSJ-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/RKSJ-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/Roman.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniCNS-UCS2-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniCNS-UCS2-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniCNS-UTF16-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniCNS-UTF16-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniCNS-UTF32-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniCNS-UTF32-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniCNS-UTF8-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniCNS-UTF8-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniGB-UCS2-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniGB-UCS2-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniGB-UTF16-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniGB-UTF16-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniGB-UTF32-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniGB-UTF32-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniGB-UTF8-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniGB-UTF8-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniJIS-UCS2-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniJIS-UCS2-HW-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniJIS-UCS2-HW-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniJIS-UCS2-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniJIS-UTF16-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniJIS-UTF16-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniJIS-UTF32-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniJIS-UTF32-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniJIS-UTF8-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniJIS-UTF8-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniJIS2004-UTF16-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniJIS2004-UTF16-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniJIS2004-UTF32-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniJIS2004-UTF32-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniJIS2004-UTF8-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniJIS2004-UTF8-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniJISPro-UCS2-HW-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniJISPro-UCS2-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniJISPro-UTF8-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniJISX0213-UTF32-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniJISX0213-UTF32-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniJISX02132004-UTF32-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniJISX02132004-UTF32-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniKS-UCS2-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniKS-UCS2-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniKS-UTF16-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniKS-UTF16-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniKS-UTF32-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniKS-UTF32-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniKS-UTF8-H.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/UniKS-UTF8-V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/V.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/cmaps/WP-Symbol.bcmap
-%%DATADIR%%/resources/app/js/pdfjs/pdf.js
-%%DATADIR%%/resources/app/js/pdfjs/pdf.worker.js
-%%DATADIR%%/resources/app/js/pdfjs/pdf_viewer.js
-%%DATADIR%%/resources/app/js/photoswipe-lightbox.umd.min.js
-%%DATADIR%%/resources/app/js/photoswipe.umd.min.js
-%%DATADIR%%/resources/app/js/preload.js
-%%DATADIR%%/resources/app/js/publishing/code-editor.js
-%%DATADIR%%/resources/app/js/publishing/excalidraw.js
-%%DATADIR%%/resources/app/js/publishing/main.js
-%%DATADIR%%/resources/app/js/publishing/manifest.edn
-%%DATADIR%%/resources/app/js/publishing/module-loader.edn
-%%DATADIR%%/resources/app/js/publishing/module-loader.json
-%%DATADIR%%/resources/app/js/publishing/tldraw.js
-%%DATADIR%%/resources/app/js/react-dom.development.min.js
-%%DATADIR%%/resources/app/js/react-dom.production.min.js
-%%DATADIR%%/resources/app/js/react.development.js
-%%DATADIR%%/resources/app/js/react.production.min.js
-%%DATADIR%%/resources/app/js/reveal.js
-%%DATADIR%%/resources/app/js/shepherd.min.js
-%%DATADIR%%/resources/app/js/tabler.ext.js
-%%DATADIR%%/resources/app/js/tabler.min.js
-%%DATADIR%%/resources/app/js/tldraw.js
-%%DATADIR%%/resources/app/js/tldraw.js.map
-%%DATADIR%%/resources/app/js/ui.js
-%%DATADIR%%/resources/app/js/worker.js
-%%DATADIR%%/resources/app/marketplace.html
-%%DATADIR%%/resources/app/node_modules/.yarn-integrity
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/.github/.stale.yml
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/.github/dependabot.yml
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/.github/tests_checker.yml
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/.github/workflows/ci.yml
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/.taprc
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/LICENSE
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/README.md
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/benchmark/small-object.mjs
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/index.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/lib/default-ajv-options.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/lib/serializer-compiler.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/lib/validator-compiler.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv-formats/LICENSE
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv-formats/README.md
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv-formats/dist/formats.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv-formats/dist/formats.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv-formats/dist/formats.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv-formats/dist/index.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv-formats/dist/index.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv-formats/dist/index.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv-formats/dist/limit.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv-formats/dist/limit.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv-formats/dist/limit.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv-formats/package.json
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv-formats/src/formats.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv-formats/src/index.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv-formats/src/limit.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/.runkit_example.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/LICENSE
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/README.md
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/2019.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/2019.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/2019.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/2020.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/2020.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/2020.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/ajv.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/ajv.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/ajv.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/codegen/code.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/codegen/code.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/codegen/code.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/codegen/index.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/codegen/index.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/codegen/index.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/codegen/scope.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/codegen/scope.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/codegen/scope.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/errors.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/errors.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/errors.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/index.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/index.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/index.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/jtd/parse.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/jtd/parse.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/jtd/parse.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/jtd/serialize.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/jtd/serialize.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/jtd/serialize.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/jtd/types.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/jtd/types.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/jtd/types.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/names.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/names.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/names.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/ref_error.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/ref_error.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/ref_error.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/resolve.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/resolve.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/resolve.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/rules.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/rules.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/rules.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/util.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/util.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/util.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/applicability.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/applicability.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/applicability.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/boolSchema.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/boolSchema.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/boolSchema.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/dataType.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/dataType.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/dataType.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/defaults.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/defaults.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/defaults.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/index.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/index.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/index.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/keyword.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/keyword.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/keyword.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/subschema.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/subschema.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/subschema.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/core.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/core.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/core.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/jtd.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/jtd.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/jtd.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/data.json
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2019-09/index.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2019-09/index.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2019-09/index.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2019-09/meta/applicator.json
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2019-09/meta/content.json
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2019-09/meta/core.json
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2019-09/meta/format.json
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2019-09/meta/meta-data.json
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2019-09/meta/validation.json
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2019-09/schema.json
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2020-12/index.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2020-12/index.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2020-12/index.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2020-12/meta/applicator.json
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2020-12/meta/content.json
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2020-12/meta/core.json
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2020-12/meta/format-annotation.json
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2020-12/meta/meta-data.json
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2020-12/meta/unevaluated.json
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2020-12/meta/validation.json
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2020-12/schema.json
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-draft-06.json
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-draft-07.json
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-secure.json
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/jtd-schema.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/jtd-schema.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/jtd-schema.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/equal.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/equal.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/equal.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/parseJson.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/parseJson.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/parseJson.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/quote.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/quote.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/quote.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/re2.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/re2.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/re2.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/timestamp.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/timestamp.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/timestamp.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/ucs2length.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/ucs2length.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/ucs2length.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/uri.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/uri.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/uri.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/validation_error.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/validation_error.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/validation_error.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/standalone/index.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/standalone/index.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/standalone/index.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/standalone/instance.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/standalone/instance.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/standalone/instance.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/types/index.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/types/index.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/types/index.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/types/json-schema.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/types/json-schema.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/types/json-schema.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/types/jtd-schema.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/types/jtd-schema.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/types/jtd-schema.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/additionalItems.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/allOf.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/allOf.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/allOf.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/anyOf.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/anyOf.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/anyOf.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/contains.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/contains.js
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/contains.js.map
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/dependencies.d.ts
-%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/dependencies.js
*** 6552 LINES SKIPPED ***