Content-addressed version deploy system for Diffuse elements.diffuse.sh
0
fork

Configure Feed

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

at 4dcaa088a33929a9d2977b47ff4ca2df6bf693ee 10 lines 306 B view raw
1import artifactsJson from "../../../artifacts/artifacts.json" with { 2 type: "json", 3}; 4 5import type { Artifact } from "../../../common/types.d.ts"; 6 7const artifacts: Record<string, Artifact> = artifactsJson as any; 8 9export const record = artifacts; 10export const list = Object.values(artifacts).reverse();