8 lines
236 B
TypeScript
8 lines
236 B
TypeScript
export { GET } from "@calcom/features/tasker/api/cron";
|
|
|
|
/**
|
|
* This runs each minute and we need fresh data each time
|
|
* @see https://nextjs.org/docs/app/building-your-application/caching#opting-out-2
|
|
**/
|
|
export const revalidate = 0;
|