Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3051564
index.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
220 B
Referenced Files
None
Subscribers
None
index.ts
View Options
import
{
Elysia
}
from
'elysia'
;
import
{
logger
}
from
'./logger'
;
console
.
log
(
'started on http://localhost:3000'
);
export
default
new
Elysia
().
use
(
logger
()).
get
(
'/'
,
()
=>
`hello elysia!!\n\n🐜
${
Ant
.
version
}
\n`
);
File Metadata
Details
Attached
Mime Type
application/javascript
Expires
Fri, Apr 3, 3:12 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
521521
Default Alt Text
index.ts (220 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment