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 314793e161596258ac5b1e066b5da0935bcd129a 10 lines 300 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();