feat: add bun-fullstack agent and update skills
This commit is contained in:
10
.agent/skills/tech-stack/elysiajs/examples/file.ts
Normal file
10
.agent/skills/tech-stack/elysiajs/examples/file.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Elysia, file } from 'elysia'
|
||||
|
||||
/**
|
||||
* Example of handle single static file
|
||||
*
|
||||
* @see https://github.com/elysiajs/elysia-static
|
||||
*/
|
||||
new Elysia()
|
||||
.get('/tako', file('./example/takodachi.png'))
|
||||
.listen(3000)
|
||||
Reference in New Issue
Block a user