chore: update server port to 3001 and remove unnecessary .gitkeep files

This commit is contained in:
2025-11-16 23:27:25 +08:00
parent 7e127c92a5
commit 4e4d72c0d6
4 changed files with 237 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ app.get('/', (c) => {
serve({
fetch: app.fetch,
port: 20128
port: 3001
}, (info) => {
console.log(`Server is running on http://localhost:${info.port}`)
})