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 ba61e2c4a21c44ec02bf066bf75c9ecfabfa97d1 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();