chore(medusa,admin-ui): Add reservations FF (#4184)

* chore(medusa,admin-ui): Add reservations FF

* Create five-ways-care.md

* Tweak description
This commit is contained in:
Oliver Windall Juhl
2023-05-29 22:02:01 +02:00
committed by GitHub
parent 783c16ebf6
commit 0f87d3d642
5 changed files with 47 additions and 2 deletions
@@ -0,0 +1,10 @@
import { FlagSettings } from "../../types/feature-flags"
const ReservationsFeatureFlag: FlagSettings = {
key: "reservations",
default_val: false,
env_key: "MEDUSA_FF_RESERVATIONS",
description: "[WIP] Enable the reservations feature from the Inventory Module",
}
export default ReservationsFeatureFlag