{ "$schema": "https://capsule-registry.pages.dev/schemas/install.v1.json", "files": [ { "from": "src/api/data.js", "to": "functions/api/data.js" }, { "from": "src/_lib/data.js", "to": "functions/_lib/data.js" } ], "data_injections": [ { "file": "functions/_lib/data.js", "marker": "/* @CAPSULE_DATA */ {}", "replace_with": "${data}", "format": "json-pretty" } ], "env_required": ["YL_DATA"] }