fix: complete TechLog migration evidence
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import {
|
||||
projects,
|
||||
publicRecords,
|
||||
releases,
|
||||
} from "../src/features/tech-log/adapters/static/public-content.ts";
|
||||
import { writeTechLogServingArtifact } from "./lib/tech-log-serving-artifact.ts";
|
||||
import { createTechLogServingContract } from "./lib/tech-log-serving-contract.ts";
|
||||
|
||||
const contract = createTechLogServingContract({
|
||||
projects,
|
||||
publicRecords,
|
||||
releases,
|
||||
});
|
||||
|
||||
await writeTechLogServingArtifact({ distRoot: "dist", contract });
|
||||
Reference in New Issue
Block a user