mirror of
				https://github.com/tormachris/cf-workers-status-page.git
				synced 2025-11-04 12:56:24 +01:00 
			
		
		
		
	refactor: switch css framework to tailwind
This commit is contained in:
		@@ -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)
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user