Cоlе
01/20/2022, 8:27 AMCоlе
01/20/2022, 8:28 AMCоlе
01/20/2022, 8:29 AMCоlе
01/20/2022, 8:32 AMvelvetbaldmime
01/20/2022, 8:33 AMvelvetbaldmime
01/20/2022, 8:34 AMjulianbuse
01/20/2022, 9:24 AMjulianbuse
01/20/2022, 9:25 AMjulianbuse
01/20/2022, 9:25 AMjulianbuse
01/20/2022, 9:25 AMjulianbuse
01/20/2022, 9:25 AMStew
01/20/2022, 9:36 AMjulianbuse
01/20/2022, 9:37 AMjulianbuse
01/20/2022, 9:37 AMLucasW
01/20/2022, 9:52 AMGreg Brimble | Cloudflare Pages
01/20/2022, 10:51 AM/
, set the build command as dist.sh
, the build output directory as /site
and you modify your build script to put the functions directory into /functions
rather than /site/functions
, that should be everything you needGreg Brimble | Cloudflare Pages
01/20/2022, 10:52 AMfunctions
directory should be in the root, not the build output directory.velvetbaldmime
01/20/2022, 10:52 AMGreg Brimble | Cloudflare Pages
01/20/2022, 10:53 AMjulianbuse
01/20/2022, 10:53 AMvelvetbaldmime
01/21/2022, 11:31 AMMrRaffus_
01/21/2022, 5:27 PMWalshy | Pages
01/21/2022, 5:30 PMWalshy | Pages
01/21/2022, 5:31 PMMrRaffus_
01/21/2022, 5:31 PMWalshy | Pages
01/21/2022, 5:32 PMWalshy | Pages
01/21/2022, 5:34 PMsteranevdy
01/22/2022, 10:48 AMCannot find name 'HTMLRewriter'
HardAtWork
01/22/2022, 5:59 PMjson
{
"compilerOptions": {
"target": "ES2020",
"module": "CommonJS",
"lib": ["ES2020"],
"types": ["@cloudflare/workers-types"]
}
}
Rhino233
01/22/2022, 8:16 PMconsole.log
in functions once it's deployed? the weird thing happened to me is sometimes it is working, but sometimes not