fixed build

This commit is contained in:
Bojan Kucera 2025-06-06 22:41:25 -04:00
parent a984733b9b
commit 5904af213f
2 changed files with 14 additions and 3 deletions

View file

@ -113,7 +113,7 @@ export {
// If this file is run directly, execute the demo
if (import.meta.main) {
// demonstrateProxyService()
demonstrateCustomProxySource()
demonstrateProxyService()
// demonstrateCustomProxySource()
.catch(console.error);
}