Update version to 1.0.5, remove config.json, and modify .gitignore and vercel.json include paths

This commit is contained in:
zimplexing
2025-07-04 17:15:34 +08:00
parent 68301358b4
commit b266e63ac8
4 changed files with 5 additions and 22 deletions

View File

@@ -5,7 +5,7 @@
"src": "src/index.ts",
"use": "@vercel/node",
"config": {
"includeFiles": ["../config.json"]
"includeFiles": ["./config.json"]
}
}
],