Initial commit (via bun create)

This commit is contained in:
2025-10-25 20:37:18 +08:00
commit 7b39975dad
5 changed files with 182 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "public-photos",
"version": "1.0.50",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch src/index.ts"
},
"dependencies": {
"elysia": "latest"
},
"devDependencies": {
"bun-types": "latest"
},
"module": "src/index.js"
}