feat: Add GitHub Actions workflow for automated release artifact generation, update Vercel configuration, and document the release process.

This commit is contained in:
CJACK
2026-02-16 16:35:36 +08:00
parent ac57cabc80
commit dec61b8008
6 changed files with 168 additions and 7 deletions

View File

@@ -1,15 +1,9 @@
{
"version": 2,
"builds": [
{
"src": "api/index.go",
"use": "@vercel/go"
}
],
"rewrites": [
{
"source": "/(.*)",
"destination": "/api/index.go"
"destination": "/api/index"
}
],
"headers": [