We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 293c3bf commit 13e50e7Copy full SHA for 13e50e7
scripts/generate-resumes.js
@@ -5,7 +5,7 @@ import { launch } from 'puppeteer'
5
import fs from 'fs-extra'
6
import kill from 'tree-kill'
7
8
-const langs = ['en', 'ru', 'hy']
+const langs = ['en', 'ru', 'hy', 'uk']
9
const baseUrl = 'http://localhost:3000'
10
11
function waitForServerReady(url, timeout = 10000) {
0 commit comments