Profile / Thread styles

This commit is contained in:
2023-07-24 15:30:21 +01:00
parent d292e658fc
commit 076d5d8cd5
67 changed files with 684 additions and 602 deletions

View File

@ -18,7 +18,7 @@ app.use("/", (req: express.Request, res: express.Response) => {
.readdirSync(path.join(__dirname, "..", "..", "dist", "test"))
.filter(
(f) =>
f.startsWith("test.") && !f.endsWith(".map") && !f.endsWith(".d.ts")
f.startsWith("test.") && !f.endsWith(".map") && !f.endsWith(".d.ts"),
)
.map((src) => `<script src="${src}"></script>`)
.join("\n")