~/qudo
~/qudo
RRailway
Created by ~/qudo on 6/26/2024 in #✋|help
New Builder User Group Issue
how should I do that? does the old builder do something automatically?
9 replies
RRailway
Created by ~/qudo on 6/26/2024 in #✋|help
New Builder User Group Issue
No description
9 replies
RRailway
Created by ~/qudo on 6/26/2024 in #✋|help
New Builder User Group Issue
No description
9 replies
RRailway
Created by ~/qudo on 6/23/2024 in #✋|help
pnpm cacheid & Docker
i discovered that later. i didn't think they existed in the env without defining as build args.
32 replies
RRailway
Created by ~/qudo on 6/23/2024 in #✋|help
pnpm cacheid & Docker
No description
32 replies
RRailway
Created by ~/qudo on 6/23/2024 in #✋|help
pnpm cacheid & Docker
I guess just make it a railway var and ezgg huh
32 replies
RRailway
Created by ~/qudo on 6/23/2024 in #✋|help
pnpm cacheid & Docker
i should be able to make the app name in turbo build --filter app-name dynamic right? if so, and i don't need the cache id, that makes a pretty clean reusable dockerfile for the monorepo
32 replies
RRailway
Created by ~/qudo on 6/23/2024 in #✋|help
pnpm cacheid & Docker
yep
32 replies
RRailway
Created by ~/qudo on 6/23/2024 in #✋|help
pnpm cacheid & Docker
ok cool, i'll check it out. also, after removing the cache id, it seems it was a little faster, so no loss at least, awesome.
32 replies
RRailway
Created by ~/qudo on 6/23/2024 in #✋|help
pnpm cacheid & Docker
No description
32 replies
RRailway
Created by ~/qudo on 6/23/2024 in #✋|help
pnpm cacheid & Docker
No description
32 replies
RRailway
Created by ~/qudo on 6/23/2024 in #✋|help
pnpm cacheid & Docker
pushed up a build, lets see. is there a way to see how long older builds too?
32 replies
RRailway
Created by ~/qudo on 6/23/2024 in #✋|help
pnpm cacheid & Docker
i am kinda ignorant in that area, does that mean i could run just pnpm i?
32 replies
RRailway
Created by ~/qudo on 6/23/2024 in #✋|help
pnpm cacheid & Docker
dang..might make a lil ui then that you put in a service id + turbo project name and get a dockerfile lol
32 replies
RRailway
Created by ~/qudo on 6/23/2024 in #✋|help
pnpm cacheid & Docker
do you know if there's any way to alias this --mount arg? its a lot to prifix every pnpm command with but its what works. RUN --mount=type=cache,id=s/370985b8-9fc8-495b-a3ed-352a36eb803d-/root/.local/share/pnpm/store/v3,target=/root/.local/share/pnpm/store/v3 pnpm i
32 replies
RRailway
Created by ~/qudo on 6/23/2024 in #✋|help
pnpm cacheid & Docker
oh! ok no issue then, must have been comparing wrong urls thanks
32 replies
RRailway
Created by ~/qudo on 3/6/2024 in #✋|help
Setup Cloudflare Proxy
your change worked! or was a part of the puzzle. after the change i was getting "too many redirects", and had to change my cloudflare ssl settings from "flexible" to "full".
37 replies
RRailway
Created by ~/qudo on 3/6/2024 in #✋|help
Setup Cloudflare Proxy
cleaner urls, can then do a URL + a hash while still only having client side app. There's some things with history you lose when using hash routes too i think. its a more rare case for sure. more so just wanted to try it out
37 replies
RRailway
Created by ~/qudo on 3/6/2024 in #✋|help
Setup Cloudflare Proxy
just thought of something. i could probably use caddy to host a spa and make it ignore hashrouting huh 👀 sometimes i have those like small 2 route apps that would be just fine like that
37 replies
RRailway
Created by ~/qudo on 3/6/2024 in #✋|help
Setup Cloudflare Proxy
every app will/should be built to dist/apps/appname but i can play with that. thanks again
37 replies