fix: preserve billing response shape

This commit is contained in:
2026-08-17 11:28:08 +08:00
parent 600cba023c
commit 2ef3da7af5
7 changed files with 488 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ export default function BillingError({ reset }: { error: Error & { digest?: stri
<div className="billing-route-error-card">
<span className="billing-route-error-kicker"></span>
<h1></h1>
<p> <code>npm run db:migrate</code> </p>
<p> Go API </p>
<button type="button" onClick={() => reset()}></button>
</div>
</main>