For now? I'm experimenting on an old concept.
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Unite mise folder with mise.toml

+1
+1
env.Dockerfile
··· 18 18 WORKDIR /build 19 19 # Copy and install the mise.toml file first to leverage Docker cache 20 20 COPY mise.toml ./mise.toml 21 + COPY mise/ ./mise/ 21 22 RUN mise trust && mise unuse bun && mise install 22 23 23 24 # ------- Prefetch Rust dependencies -------