All checks were successful
ci/woodpecker/push/web Pipeline was successful
Mark acceptance criteria 14-28 as DONE, add MS16+MS17 to Completed Work section, update resolved risks/open questions, close issue #469, finalize manifest and scratchpad with smoke test confirmation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 lines
247 B
TypeScript
7 lines
247 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
import "./.next/types/routes.d.ts";
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|