chore: update @elysiajs/static

This commit is contained in:
C4illin 2024-10-18 19:32:42 +02:00
parent e8ed10dde8
commit d2cd6706c9
16 changed files with 11 additions and 7 deletions

View file

@ -127,8 +127,8 @@ const app = new Elysia({
)
.use(
staticPlugin({
assets: "src/public/",
prefix: "/",
assets: "public",
prefix: "",
}),
)
.get("/test", () => {