Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 653 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 653 Bytes

overview

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.

how to use

  1. 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.

dev

npm run dev

production

npm run build