Skip to content

Commit fb1690d

Browse files
committed
When serving site, add message about dir and port
1 parent 3b95cd4 commit fb1690d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ Object.values(buildmap).forEach((build) =>
275275
if (serve) {
276276
buildmap["app"]
277277
.then(async (context) => {
278+
console.log("Serving ./site on port 3000");
278279
await context.serve({ servedir: SITE_DIR, port: 3001 }).then(() => {
279280
http
280281
.createServer((req, res) => {

0 commit comments

Comments
 (0)