We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97178c6 commit 5881fc3Copy full SHA for 5881fc3
crawl/team.js
@@ -53,7 +53,7 @@ for (const filename of files) {
53
const d = await response.text()
54
const stem = filename.replace(/\.[a-z]+$/i, '')
55
await fs.writeFile(
56
- new URL('../data/' + stem + '.js'),
+ new URL('../data/' + stem + '.js', import.meta.url),
57
[
58
filename === humans ? humansTypes : teamsTypes,
59
'export const ' +
0 commit comments