Initial commit (unpacked platform)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "@app/feature-flags",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"description": "Feature flags med DB-lagring, env-override och rollout-procent (spec §1: bygg modulärt med feature flags)",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
},
|
||||
"scripts": {
|
||||
"typecheck": "tsc --noEmit",
|
||||
"test": "vitest run --passWithNoTests"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user