Skip to content

Instantly share code, notes, and snippets.

color :
interactive-color :
background-color :
text-color :
font :
family :
size :
line-height :
border :
size :
@Nabihabou
Nabihabou / CronVitePlugin.ts
Last active July 28, 2023 01:22
Vite plugin for cron jobs
/* Setup */
import { cronPlugin } from './src/lib/CronPlugin';
export default defineConfig({
plugins: [
cronPlugin(jobs)
]
});
/* Plugin */