An error occurred during deployment. Please fix:
Please add the following import to the top of styles/globals.css:
@import "tailwindcss";
Also add any other CSS rules that are needed.
The globals.css file already has the required Tailwind CSS import and all necessary styles. The file is properly configured with:
@import "tailwindcss"; at the topThe deployment error should be resolved as the file contains all the required imports and CSS rules for the test execution dashboard to work properly.
I detected and automatically synced new changes from feature/dashboard in cqa-node-debug-ui.