bzp2010 commented on a change in pull request #175: feature: add docker support 
URL: 
https://github.com/apache/incubator-apisix-dashboard/pull/175#discussion_r410804556
 
 

 ##########
 File path: src/typings.d.ts
 ##########
 @@ -37,6 +37,9 @@ declare let 
ANT_DESIGN_PRO_ONLY_DO_NOT_USE_IN_YOUR_PRODUCTION: 'site' | undefine
 
 declare const REACT_APP_ENV: 'test' | 'dev' | 'pre' | false;
 
+declare let ADMIN_API: '';
 
 Review comment:
   Oh, it's only used to declare a type. like `declare let ADMIN_API: string;`
   It will not be compiled into code for IDE use only.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to