Remove app directory and simplify project structure

This commit is contained in:
Mauricio Siu
2025-03-01 02:47:32 -06:00
parent 7d1b05ef3f
commit de665b6ed7
8 changed files with 3 additions and 622 deletions

View File

@@ -1,15 +0,0 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "NodeNext",
"strict": true,
"verbatimModuleSyntax": true,
"skipLibCheck": true,
"types": [
"node"
],
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx",
"outDir": "./dist"
}
}