Nuxt 4 (app/ structure) + TypeScript, ESLint, Vitest + @nuxt/test-utils, Drizzle + pg, a /api/health route with a DB ping, and a dev docker-compose (app + Postgres). Verified: pnpm test, lint, and build pass; the built server answers /api/health.
7 lines
137 B
Vue
7 lines
137 B
Vue
<template>
|
|
<main>
|
|
<h1>Andon — weak point dashboard</h1>
|
|
<p>The red-dot defect map lands in Task 7.</p>
|
|
</main>
|
|
</template>
|