Fix web production build pipeline

This commit is contained in:
2026-06-09 08:15:26 +08:00
parent d286bbec8f
commit a8e264f652
10 changed files with 143 additions and 110 deletions
+3
View File
@@ -4,4 +4,7 @@ export default defineBuildConfig({
clean: true,
declaration: true,
entries: ['src/index'],
stubOptions: {
absoluteJitiPath: true,
},
});