We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08de8b0 commit 6d80b0eCopy full SHA for 6d80b0e
1 file changed
web/projects/build.js
@@ -19,8 +19,7 @@ const file = Bun.file(`${__dirname}/index.template.html`);
19
20
Bun.write(
21
`${__dirname}/index.html`,
22
- await file
23
- .text()
+ (await file.text())
24
.replace(
25
"REPLACE_WITH_CARDS",
26
html.join("\n")
0 commit comments