-
We can't use this package with elysia 0.4 because of an incompatible returned type :)
-
i followed the tutorial on this web https://elysiajs.com/plugins/static.html
and I also installed package @elysia/static and re-run . why get an error like this @elysiajs/static
root@minto-Lenovo-V…
-
As [this](https://github.com/elysiajs/elysia-cookie#caveat) states, that in Bun 0.1.4 it is not possible to set multiple cookies at once, does it work though in Bun 0.5(.2)?
-
i follow you tutorial this https://elysiajs.com/plugins/jwt.html
mycode :
```
.use(jwt({
name:"jwtBego",
secret:"myfist"
}))
.get("/masuk",async({jwt,cookie,setCookie,…
-
How Get Body Value
```
// server.ts
import { Elysia, t} from 'elysia'
import { swagger } from '@elysiajs/swagger'
const app = new Elysia()
.use(swagger())
.post("/add",async({body})…
-
### What version of Bun is running?
0.4.0
### What platform is your computer?
Linux 6.1.0-gentoo x86_64 AMD Ryzen 5 5600X 6-Core Processor
### What steps can reproduce the bug?
```ts
import "@…
-
This commit [a6bf3d866f6d4c57d21513a0e72c7d423d8cff9a](https://github.com/elysiajs/elysia/commit/a6bf3d866f6d4c57d21513a0e72c7d423d8cff9a) got error:
```
ReferenceError: Can't find variable: k8
…