-
- Downloads
Commit initial
parents
No related branches found
No related tags found
.gitignore
0 → 100644
README.md
0 → 100644
package.json
0 → 100644
{ | |||
"name": "parkings", | |||
"scripts": { | |||
"dev": "bun run --hot src/index.ts" | |||
}, | |||
"dependencies": { | |||
"hono": "^4.6.6" | |||
}, | |||
"devDependencies": { | |||
"@types/bun": "latest" | |||
} | |||
} | |||
\ No newline at end of file |
src/index.ts
0 → 100644
tsconfig.json
0 → 100644
Please register or sign in to comment