5567158bbea9c955f3249d7aac2a31ce277090b0
Test Static Site
Test repository for Docker Watcher's Static Sites feature.
Structure
pages/
├── index.html # Main page
├── style.css # Styles
├── app.js # Client-side JS
└── api/
├── time.ts # GET /api/time — server time
├── hello.ts # GET /api/hello?name=X — greeting with env var
└── echo.ts # POST /api/echo — echo request body
API Convention
Functions prefixed with API_ are auto-routed:
API_getinapi/time.ts→GET /api/timeAPI_postinapi/echo.ts→POST /api/echo
Environment Variables
GREETING_PREFIX— custom greeting prefix (default: "Hello")
Description
Languages
CSS
31.5%
TypeScript
25.8%
HTML
21.9%
JavaScript
20.8%