fix phase2 gateway matching and release artifact

This commit is contained in:
hectorzhao
2026-06-28 22:16:49 +08:00
parent a86de6545f
commit 175166a5dc
17 changed files with 2670 additions and 35 deletions
+1
View File
@@ -5,6 +5,7 @@ export default defineConfig({
globals: true,
include: ['apps/**/*.spec.ts', 'packages/**/*.spec.ts', 'tests/**/*.spec.ts'],
environment: 'node',
hookTimeout: 60000,
testTimeout: 10000
}
});