replace vanilla TS + Bun.serve() + MariaDB with: - frontend: React 19, Vite 6, TanStack Router/Query, Tailwind v4 - backend: Hono + @hono/node-server, Drizzle ORM, PostgreSQL, Zod - shared: algorithm, round-state, types in src/shared/ - tooling: Biome (lint/format), Vitest (tests) - deploy: static files at /movie-select/, API at /movie-select/api URL scheme changes from /movies/ to /movie-select/, API from action-based to RESTful endpoints. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
18 lines
330 B
JSON
18 lines
330 B
JSON
{
|
|
"name": "Movie Select",
|
|
"short_name": "MovieSelect",
|
|
"start_url": "/movie-select/",
|
|
"scope": "/movie-select/",
|
|
"display": "standalone",
|
|
"background_color": "#f8fafc",
|
|
"theme_color": "#0b0f14",
|
|
"icons": [
|
|
{
|
|
"src": "/movie-select/icon.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any"
|
|
}
|
|
]
|
|
}
|