Enable JSX Templating in ElysiaJS

This commit is contained in:
2024-01-30 16:21:27 -08:00
parent 6f0c4620d7
commit cc8fe27935
6 changed files with 27 additions and 26 deletions

View File

@@ -3,9 +3,10 @@
"version": "1.0.50",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch src/index.ts"
"dev": "bun run --watch src/index.tsx"
},
"dependencies": {
"@elysiajs/html": "^0.8.0",
"elysia": "latest"
},
"devDependencies": {