add html plugin

This commit is contained in:
C4illin 2024-04-09 15:42:08 +02:00
parent 277e70318d
commit b0c2dba1d6
6 changed files with 24 additions and 2 deletions

View file

@ -6,6 +6,7 @@
"dev": "bun run --watch src/index.ts"
},
"dependencies": {
"@elysiajs/html": "^1.0.2",
"@elysiajs/static": "^1.0.2",
"elysia": "latest"
},