chore(feature-flags): Publishable Keys enabled by default (#2967)

This commit is contained in:
Oliver Windall Juhl
2023-01-10 08:59:57 +01:00
committed by GitHub
parent 16716f5a4f
commit 33b3e5f16d
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
---
---
chore(feature-flags): Publishable Keys enabled by default

View File

@@ -2,7 +2,7 @@ import { FlagSettings } from "../../types/feature-flags"
const PublishableAPIKeysFeatureFlag: FlagSettings = {
key: "publishable_api_keys",
default_val: false,
default_val: true,
env_key: "MEDUSA_FF_PUBLISHABLE_API_KEYS",
description: "[WIP] Enable the publishable API keys feature",
}