Adding a bare bones feature flag setup

This commit is contained in:
Keith Stevens
2023-01-09 09:44:01 +09:00
parent 8eddd769b6
commit 69dc6bf68d
6 changed files with 60 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
const flags = [{ name: "flagTest", isActive: false }];
export default flags;