1
0
mirror of https://github.com/tormachris/cf-workers-status-page.git synced 2025-07-05 19:42:47 +02:00

refactor: switch css framework to tailwind

This commit is contained in:
Alex
2020-11-20 17:05:13 +01:00
parent 42f422c455
commit fb134bbf74
20 changed files with 1997 additions and 416 deletions

View File

@ -1,6 +1,6 @@
import { processCronTrigger } from '../../src/functions/cronTrigger'
export default async event => {
export default async (event) => {
// used only for local debugging
//return processCronTrigger(event)
}