Mercury web (Next.js) — deployed at mercury.carrot-soft.tech
Find a file
2026-08-22 20:34:14 +08:00
public/fonts feat(web): scaffold Next.js app with Seed Design + Mercury theme + Zona Pro 2026-08-22 20:02:52 +08:00
src test(web): render real Seed components under vitest (inline @seed-design) + assert Mercury button styling 2026-08-22 20:34:14 +08:00
.env.local.example feat(web): scaffold Next.js app with Seed Design + Mercury theme + Zona Pro 2026-08-22 20:02:52 +08:00
.gitignore feat(web): scaffold Next.js app with Seed Design + Mercury theme + Zona Pro 2026-08-22 20:02:52 +08:00
bun.lock feat(web): scaffold Next.js app with Seed Design + Mercury theme + Zona Pro 2026-08-22 20:02:52 +08:00
next.config.ts feat(web): scaffold Next.js app with Seed Design + Mercury theme + Zona Pro 2026-08-22 20:02:52 +08:00
package.json feat(web): scaffold Next.js app with Seed Design + Mercury theme + Zona Pro 2026-08-22 20:02:52 +08:00
postcss.config.mjs feat(web): scaffold Next.js app with Seed Design + Mercury theme + Zona Pro 2026-08-22 20:02:52 +08:00
tsconfig.json feat(web): scaffold Next.js app with Seed Design + Mercury theme + Zona Pro 2026-08-22 20:02:52 +08:00
vitest.config.ts test(web): render real Seed components under vitest (inline @seed-design) + assert Mercury button styling 2026-08-22 20:34:14 +08:00
vitest.setup.ts test(web): keep localStorage polyfill in vitest setup (required — jsdom has no localStorage here) 2026-08-22 20:12:59 +08:00