feat(feature-control): add standalone BFF with bootstrap, exposure telemetry and tests
This commit is contained in:
10
feature-control-bff/package.json
Normal file
10
feature-control-bff/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user