feature-flag-ai / package.json
Mahakii's picture
correct minor errors in frontend
cada9d7
Raw
History Blame Contribute Delete
346 Bytes
{
"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"
}
}