This is api-dog, a chrome extension to secure the Production environment. Whenever the API is executed in the Production environment, a dialog is displayed.
- Guaranteed node version 22.1.0.
- To simplify deployment, dist is included in git and managed.
- Import dist folder from chrome extension
2024-05-20.12.12.44.mov
In both the design and debug tabs, the DOM changes are detected so that the dialog is displayed in the production environment and not displayed in other environments.
npm run dev
npm run build