LimesKey
LimesKey
CDCloudflare Developers
Created by LimesKey on 6/2/2024 in #general-help
Installing packages to a Cloudflare Pages enviornment
23 replies
CDCloudflare Developers
Created by LimesKey on 6/2/2024 in #general-help
Installing packages to a Cloudflare Pages enviornment
No description
23 replies
CDCloudflare Developers
Created by LimesKey on 6/2/2024 in #general-help
Installing packages to a Cloudflare Pages enviornment
good to know
23 replies
CDCloudflare Developers
Created by LimesKey on 6/2/2024 in #general-help
Installing packages to a Cloudflare Pages enviornment
ah I think the issue was the pnpm version was too outdated
23 replies
CDCloudflare Developers
Created by LimesKey on 6/2/2024 in #general-help
Installing packages to a Cloudflare Pages enviornment
thanks
23 replies
CDCloudflare Developers
Created by LimesKey on 6/2/2024 in #general-help
Installing packages to a Cloudflare Pages enviornment
I've already had a whole ordeal trying to get my build command on Cloudflare Pages to work, look how long it is now,
curl https://sh.rustup.rs -sSf | sh -s -- -y && . "$HOME/.cargo/env" && curl -fsSL https://get.pnpm.io/install.sh | sh -s -- -y && pnpm install && pnpm tauri build
curl https://sh.rustup.rs -sSf | sh -s -- -y && . "$HOME/.cargo/env" && curl -fsSL https://get.pnpm.io/install.sh | sh -s -- -y && pnpm install && pnpm tauri build
23 replies
CDCloudflare Developers
Created by LimesKey on 6/2/2024 in #general-help
Installing packages to a Cloudflare Pages enviornment
Thanks for your help
23 replies
CDCloudflare Developers
Created by LimesKey on 6/2/2024 in #general-help
Installing packages to a Cloudflare Pages enviornment
right, I think I've used that before actually
23 replies
CDCloudflare Developers
Created by LimesKey on 6/2/2024 in #general-help
Installing packages to a Cloudflare Pages enviornment
So I would build in Github Actions and then Cloudflare Pages would deploy that?
23 replies
CDCloudflare Developers
Created by LimesKey on 6/2/2024 in #general-help
Installing packages to a Cloudflare Pages enviornment
I do
23 replies
CDCloudflare Developers
Created by LimesKey on 6/2/2024 in #general-help
Installing packages to a Cloudflare Pages enviornment
I frequently also use Github Workflows and with that I'm able to use root and install packages, I know they're not the same though.
23 replies
CDCloudflare Developers
Created by LimesKey on 6/2/2024 in #general-help
Installing packages to a Cloudflare Pages enviornment
No description
23 replies