chore: update @elysiajs/static
This commit is contained in:
parent
e8ed10dde8
commit
d2cd6706c9
16 changed files with 11 additions and 7 deletions
|
|
@ -5,7 +5,7 @@
|
|||
"dev": "bun run --watch src/index.tsx",
|
||||
"hot": "bun run --hot src/index.tsx",
|
||||
"format": "eslint --fix .",
|
||||
"build": "postcss ./src/main.css -o ./src/public/generated.css",
|
||||
"build": "postcss ./src/main.css -o ./public/generated.css",
|
||||
"lint": "run-p 'lint:*'",
|
||||
"lint:tsc": "tsc --noEmit",
|
||||
"lint:knip": "knip",
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
"@elysiajs/cookie": "^0.8.0",
|
||||
"@elysiajs/html": "^1.1.1",
|
||||
"@elysiajs/jwt": "^1.1.1",
|
||||
"@elysiajs/static": "1.0.3",
|
||||
"@elysiajs/static": "^1.1.1",
|
||||
"elysia": "^1.1.22"
|
||||
},
|
||||
"module": "src/index.tsx",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue