chore(changelog): add release notes for v0.6.0

This commit is contained in:
HouYunFei
2026-07-09 10:42:13 +08:00
parent 668c3adb52
commit 050b36fad1
5 changed files with 12 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"framework": "vite",
"installCommand": "cd web && bun install",
"buildCommand": "cd web && bun run build",
"outputDirectory": "web/dist",
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
}