mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
add cloudflare workers support (#326)
This commit is contained in:
@@ -28,9 +28,9 @@ export async function processTemplate(
|
||||
}
|
||||
}
|
||||
|
||||
handlebars.registerHelper("or", (a, b) => a || b);
|
||||
|
||||
handlebars.registerHelper("eq", (a, b) => a === b);
|
||||
handlebars.registerHelper("and", (a, b) => a && b);
|
||||
handlebars.registerHelper("or", (a, b) => a || b);
|
||||
|
||||
handlebars.registerHelper(
|
||||
"includes",
|
||||
|
||||
Reference in New Issue
Block a user