feat: scaffold Hono server with auth and health check
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
3
server/.env.example
Normal file
3
server/.env.example
Normal file
@@ -0,0 +1,3 @@
|
||||
DATABASE_URL="postgres://user:password@host:port/db-name"
|
||||
PORT=8080
|
||||
CORS_ORIGIN="http://localhost:5173"
|
||||
Reference in New Issue
Block a user