File size: 346 Bytes
cada9d7
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "feature-flag-workspace",
  "private": true,
  "workspaces": [
    "frontend",
    "feature-flag-agent-env"
  ],
  "scripts": {
    "dev:frontend": "npm run dev:safe --workspace=frontend",
    "dev:backend": "cd feature-flag-agent-env && python -m feature_flag_env.server.app",
    "clean": "npm run clean --workspace=frontend"
  }
}