summaryrefslogtreecommitdiff
path: root/benchmark/packages/timer/src/preview.ts
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/packages/timer/src/preview.ts')
-rw-r--r--benchmark/packages/timer/src/preview.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/packages/timer/src/preview.ts b/benchmark/packages/timer/src/preview.ts
index aa503c11b..9659a26be 100644
--- a/benchmark/packages/timer/src/preview.ts
+++ b/benchmark/packages/timer/src/preview.ts
@@ -9,7 +9,7 @@ const preview: CreatePreviewServer = async function ({ serverEntrypoint, host, p
server.listen(port, host);
enableDestroy(server);
- // eslint-disable-next-line no-console
+ // biome-ignore lint/suspicious/noConsoleLog: allowed
console.log(`Preview server listening on http://${host}:${port}`);
// Resolves once the server is closed