Enable JSX Templating in ElysiaJS
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user