Files
asin-check/.abacusai/config.json
Victor Noguera 281bc7dcc9 feat: add frontend dashboard for run results viewer
- Implemented main dashboard with run metrics and filtering options.
- Created detailed view for individual runs with results and anomalies.
- Added product listing page with filtering and pagination.
- Introduced utility functions for formatting dates and numbers.
- Styled components with CSS for a clean and responsive layout.
- Set up HTML entry point and linked to the main JavaScript file.
- Updated TypeScript configuration to include DOM types.
2026-04-13 02:36:35 -04:00

16 lines
284 B
JSON

{
"permissions": {
"allow": [
"Bash(bun install 2>&1 *)",
"Bash(bun run build:web *)",
"Bash(bun *)",
"Bash(curl *)",
"Bash(curl *)",
"Bash(curl *)",
"KillShell",
"Bash(bunx *)",
"Bash(git *)",
"Bash(ls *)"
]
}
}