From a85bd10fd1937e00f3fe50d8ddbc007616bf4dc1 Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 8 Jul 2025 17:03:01 +0800 Subject: [PATCH] chore: add exportStatic option in config --- config/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.ts b/config/config.ts index 93a56470..47c82008 100644 --- a/config/config.ts +++ b/config/config.ts @@ -177,4 +177,5 @@ export default defineConfig({ mako: {}, esbuildMinifyIIFE: true, requestRecord: {}, + exportStatic: {}, });