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
+5
View File
@@ -0,0 +1,5 @@
import { defineConfig } from 'astro/config';
export default defineConfig({
site: 'https://example.com',
});