1
0
mirror of https://github.com/twirl/The-API-Book.git synced 2025-08-10 21:51:42 +02:00

code samples improved

This commit is contained in:
Sergey Konstantinov
2023-09-01 00:00:34 +03:00
parent d0cab3a0ba
commit f5efe3155b
46 changed files with 981 additions and 1030 deletions

View File

@@ -93,7 +93,8 @@ console.log(`Building langs: ${langsToBuild.join(', ')}…`);
}
},
chapters,
noCache
noCache,
cover: 'src/cover_embed.png'
}).then(async (builder) => {
for (const target of Object.keys(targets)) {
if (target !== 'landing') {