elysia icon indicating copy to clipboard operation
elysia copied to clipboard

[Suggestion] add "http://" to Elysia's running message.

Open ariqRam opened this issue 2 years ago • 2 comments

The current running message goes like : 🦊 Elysia is running at localhost:3000.

On VS Code, this local link can't be opened by SHIFT + Click. A http:// prefix will allow SHIFT + Click to open.

If this is taken as a good recommendation, allow me to work on it.

ariqRam avatar Sep 21 '23 12:09 ariqRam

#227

mushonnip avatar Oct 06 '23 08:10 mushonnip

The current running message goes like : 🦊 Elysia is running at localhost:3000.

On VS Code, this local link can't be opened by SHIFT + Click. A http:// prefix will allow SHIFT + Click to open.

If this is taken as a good recommendation, allow me to work on it.

This not Elysia issue Please open it in bogeychan/create-elysia repo and I recommend taking a look at kravetsone/create-elysiajs

kravetsone avatar Mar 18 '24 16:03 kravetsone

This can be closed since http already in message

\elysia-project> bun run start
$ bun run main.ts
Listening on http://localhost:8080/

kravetsone avatar Jul 18 '24 17:07 kravetsone