generated from nhcarrigan/template
fix: response structure?
All checks were successful
Node.js CI / Lint and Test (push) Successful in 1m30s
All checks were successful
Node.js CI / Lint and Test (push) Successful in 1m30s
This commit is contained in:
@ -74,7 +74,7 @@ const string = `/**
|
||||
* @author Naomi Carrigan
|
||||
*/
|
||||
|
||||
export const documentationData = ${JSON.stringify(flat, null, 2)};
|
||||
export const documentationData = ${JSON.stringify({ documents: flat }, null, 2)};
|
||||
`;
|
||||
|
||||
await fs.writeFile(
|
||||
|
Reference in New Issue
Block a user