Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codename-co/stack
/ Change
Interface
Change
packages/scripts/maintenance/sync-metadata.ts:67–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
import
{ readFileSync } from
"node:fs"
;
66
67
interface
Change {
68
field: string;
69
from: unknown;
70
to: unknown;
71
}
72
73
interface
Result {
74
slug: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected