This repository has been archived on 2026-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
next-deploy/packages/aws-component/__tests__/fixtures/api-build-manifest.json

8 lines
120 B
JSON

{
"apis": {
"dynamic": {},
"nonDynamic": {
"/api/getCustomers": "pages/api/getCustomers.js"
}
}
}