Skip to content

Commit 9133f3b

Browse files
chore: Scheduled tasks and vscode configuration
1 parent 27c1452 commit 9133f3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"package.json": "pnpm-lock.yaml,yarn.lock,pnpm-workspace.yaml,LICENSE,.gitattributes,.gitignore,.gitpod.yml,CNAME,README*,.npmrc,.browserslistrc",
100100
".eslintrc.json": ".eslintignore,.eslintrc-auto-import.json,.prettierignore,.stylelintignore,.commitlintrc.js,.prettierrc",
101101
"env.d.ts": "*.d.ts",
102-
"next.config.js": "tsconfig.json,tailwind.config.ts,jsconfig.json,postcss.config.js, nodemon.json"
102+
"next.config.js": "tsconfig.json,vercel.json,*.config.js,*.config.ts,jsconfig.json,nodemon.json"
103103
},
104104
"cSpell.enableFiletypes": [
105105
"!tailwindcss"

vercel.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"crons": [
33
{
44
"path": "/api/vercel/projects",
5-
"schedule": "40 8 * * *"
5+
"schedule": "0 0 * * *"
66
}
77
]
88
}

0 commit comments

Comments
 (0)