An underrated problem solving technique is just to wait until they go away..

An underrated problem solving technique is just to wait until they go away..
10 Replies
Unknown User
Unknown User•4y ago
Message Not Public
Sign In & Join Server To View
JustinNoel
JustinNoel•4y ago
If you're on a mac and not using a browser that does it's own DNS, you can clear your entire machine's dns cache: sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
MattIPv4
MattIPv4•4y ago
👀 Can you codifying the pages config, rather than having it just be in the cf dash?
Walshy
Walshy•4y ago
Which parts specifically?
MattIPv4
MattIPv4•4y ago
build command e.g. i have some specific extra build steps i want for pages so don't want npm run build to be responsible for them
Erisa
Erisa•4y ago
cant you edit the build command to run a script inside your repo?
MattIPv4
MattIPv4•4y ago
I can yah, but I'd rather just codify the config directly In the same way with workers you can codify everything
Erisa
Erisa•4y ago
ah so like an equivalent of wrangler.toml?
MattIPv4
MattIPv4•4y ago
yeh that'd work or the equiv of gh actions workflows, so i can do extra steps
Unknown User
Unknown User•4y ago
Message Not Public
Sign In & Join Server To View

Did you find this page helpful?