From 70219a1a08d5eb372c34dde59c874a25a708072a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=88=B1?= <59153123+weiaiweiai@users.noreply.github.com> Date: Wed, 25 Feb 2026 08:14:49 +0800 Subject: [PATCH 1/3] Add esa.jsonc configuration file --- esa.jsonc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 esa.jsonc diff --git a/esa.jsonc b/esa.jsonc new file mode 100644 index 0000000..fd2b044 --- /dev/null +++ b/esa.jsonc @@ -0,0 +1,9 @@ +{ + "name": "nzm-stats-worker", + "entry": "./src/index.js", + "installCommand": "npm install", + "buildCommand": "", + "assets": { + "directory": "./", + "notFoundStrategy": "singlePageApplication" + } From 617fb84c7c84310495a194cab2318beec5f50d14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=88=B1?= <59153123+weiaiweiai@users.noreply.github.com> Date: Wed, 25 Feb 2026 08:20:48 +0800 Subject: [PATCH 2/3] Update esa.jsonc --- esa.jsonc | 1 + 1 file changed, 1 insertion(+) diff --git a/esa.jsonc b/esa.jsonc index fd2b044..3e204bb 100644 --- a/esa.jsonc +++ b/esa.jsonc @@ -7,3 +7,4 @@ "directory": "./", "notFoundStrategy": "singlePageApplication" } +} From d147203797709a63557cc0f054878b12d6d20332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=88=B1?= <59153123+weiaiweiai@users.noreply.github.com> Date: Wed, 25 Feb 2026 08:55:51 +0800 Subject: [PATCH 3/3] Update esa.jsonc --- esa.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esa.jsonc b/esa.jsonc index 3e204bb..970447b 100644 --- a/esa.jsonc +++ b/esa.jsonc @@ -4,7 +4,7 @@ "installCommand": "npm install", "buildCommand": "", "assets": { - "directory": "./", + "directory": "./public/", "notFoundStrategy": "singlePageApplication" } }