check in dist for testing

This commit is contained in:
Your Name
2025-04-18 19:51:20 -04:00
parent 4975dea12a
commit 94a822b782
11 changed files with 556 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
"use strict";(()=>{var i={writeFile:(n,t)=>"OK",writeFileAsync:async(n,t)=>"async OK"};chrome.runtime.onMessage.addListener((n,t,r)=>{let e=i[n.endpoint].apply(void 0,n.args);if(e instanceof Promise)return e.then(s=>{r(s)}),!0;if(e!==void 0)return r(e),!0});})();
//# sourceMappingURL=main.js.map