feat(feature-control): add standalone BFF with bootstrap, exposure telemetry and tests

This commit is contained in:
Daniel Arantes Loverde
2026-04-16 14:46:38 -03:00
parent 2bc70c7d2a
commit f8d2fb8eb7
5 changed files with 741 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"name": "feature-control-bff",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"start": "node server.mjs",
"test": "node --test tests/*.test.mjs"
}
}