leaanthony
Default to $GOARCH
I just discovered
{{ARCH}}
but that seems to match the arch Task was compiled on, even though {{OS}}
matches the current OS... https://taskfile.dev/usage/#gos-template-engine. I guess it wouldn't matter in the majority of cases as the binary will be aligned to the arch? Would be good to have GOOS
and GOARCH
available though.3 replies
CDCloudflare Developers
•Created by flayks on 5/20/2023 in #pages-help
Create multiple Pages projects with a monorepo
Awesome thank you! I'm seriously considering ditching cloudflare and this is one of the reasons. Just can't understand the restriction from a technical viewpoint.
7 replies
CDCloudflare Developers
•Created by flayks on 5/20/2023 in #pages-help
Create multiple Pages projects with a monorepo
Are there any tutorials around for doing this? The inability to reuse a repo in a new site is a real pain point
7 replies
generates directive on `node_modules` directory
Thanks for the quick reply @pd93. I thought I'd done this and it kept triggering anyway. Turns out i had a typo in the path and so it didn't find it. Would be an interesting addition to check the generates path after running to see if it actually did generate and if not, issue a warning.
4 replies