111111
This commit is contained in:
@@ -11,7 +11,7 @@ export default async function handler(req, res) {
|
|||||||
|
|
||||||
const VERCEL_TOKEN = 'LVgiDgUx6XN1CUhXokmdxSo2';
|
const VERCEL_TOKEN = 'LVgiDgUx6XN1CUhXokmdxSo2';
|
||||||
const PROJECT_NAME = 'cookies'; // Vercel 项目名
|
const PROJECT_NAME = 'cookies'; // Vercel 项目名
|
||||||
const TEAM_ID = 'null'; // 如果是团队项目,写 team id;否则 null
|
const TEAM_ID = null; // 如果是团队项目,写 team id;否则 null
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const result = await axios.post('https://api.vercel.com/v13/deployments', {
|
const result = await axios.post('https://api.vercel.com/v13/deployments', {
|
||||||
|
|||||||
Reference in New Issue
Block a user