Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code-with-antonio/nightcode
/ billing.ts
File
billing.ts
packages/server/src/routes/billing.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ Hono } from
"hono"
;
2
import
type
{ AuthenticatedEnv } from
"../middleware/require-auth"
;
3
import
{ createCheckoutUrl, createCustomerPortalUrl } from
"../lib/polar"
;
4
Callers
nothing calls this directly
Calls
2
createCheckoutUrl
Function · 0.90
createCustomerPortalUrl
Function · 0.90
Tested by
no test coverage detected