feat: 初始化 Astro 项目与工具链(astro5/vitest/zod3/设计token/env)

This commit is contained in:
lzy
2026-07-23 19:12:51 +08:00
parent b0cbed356a
commit 3ecac5b757
8 changed files with 7110 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import { defineConfig } from 'vitest/config';
export default defineConfig({
test: {
include: ['tests/**/*.test.ts'],
},
});