chore: update @elysiajs/static
This commit is contained in:
parent
e8ed10dde8
commit
d2cd6706c9
16 changed files with 11 additions and 7 deletions
|
|
@ -127,8 +127,8 @@ const app = new Elysia({
|
|||
)
|
||||
.use(
|
||||
staticPlugin({
|
||||
assets: "src/public/",
|
||||
prefix: "/",
|
||||
assets: "public",
|
||||
prefix: "",
|
||||
}),
|
||||
)
|
||||
.get("/test", () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue