summaryrefslogtreecommitdiff
path: root/src/dev.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev.ts')
-rw-r--r--src/dev.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dev.ts b/src/dev.ts
index 851379d7b..8c4140259 100644
--- a/src/dev.ts
+++ b/src/dev.ts
@@ -66,6 +66,7 @@ export default async function dev(astroConfig: AstroConfig) {
});
server.listen(port, hostname, () => {
+ // eslint-disable-next-line no-console
console.log(`Server running at http://${hostname}:${port}/`);
});
}