chore: update TSDocs for new release changes (#13317)

* chore: update TSDocs for new release changes

* remove .medusa directory
This commit is contained in:
Shahed Nasser
2025-08-28 11:51:24 +03:00
committed by GitHub
parent 6b04fbcc50
commit 1956456cd4
27 changed files with 252 additions and 25 deletions
@@ -3,6 +3,9 @@ import { ContainerRegistrationKeys } from "@medusajs/framework/utils"
export const AUTHENTICATE = false
/**
* @since 2.10.0
*/
export const GET = async (
req: MedusaRequest,
res: MedusaResponse<{ feature_flags: Record<string, boolean> }>