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•4y ago
Message Not Public
Sign In & Join Server To View
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
👀 Can you codifying the pages config, rather than having it just be in the cf dash?
Which parts specifically?
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 themcant you edit the build command to run a script inside your repo?
I can yah, but I'd rather just codify the config directly
In the same way with workers you can codify everything
ah so like an equivalent of wrangler.toml?
yeh that'd work
or the equiv of gh actions workflows, so i can do extra steps
Unknown User•4y ago
Message Not Public
Sign In & Join Server To View