Security Fixes
This commit is contained in:
@@ -59,8 +59,8 @@ cat > "$BACKEND_DIR/README.md" << EOF
|
||||
# Run feature tests
|
||||
npm test -- features/$FEATURE_NAME
|
||||
|
||||
# Run feature migrations
|
||||
npm run migrate:feature $FEATURE_NAME
|
||||
# Run migrations (all features)
|
||||
npm run migrate:all
|
||||
\`\`\`
|
||||
EOF
|
||||
|
||||
@@ -92,4 +92,4 @@ echo "1. Implement business logic in domain/${FEATURE_CAMEL}.service.ts"
|
||||
echo "2. Add database columns to migrations/"
|
||||
echo "3. Implement API validation"
|
||||
echo "4. Add tests"
|
||||
echo "5. Register routes in backend/src/app.ts"
|
||||
echo "5. Register routes in backend/src/app.ts"
|
||||
|
||||
Reference in New Issue
Block a user