From 73a26323caa7d1132079f68702e35bd241982874 Mon Sep 17 00:00:00 2001 From: nodemixaholic Date: Sun, 31 Mar 2024 21:16:09 +0000 Subject: [PATCH] Update 'frontend.js' --- frontend.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend.js b/frontend.js index 37d99dc..e2e4c13 100644 --- a/frontend.js +++ b/frontend.js @@ -357,3 +357,7 @@ function redir(url) { } requir3("https://cdn.jsdelivr.net/npm/gun/gun.js") //Add Gun.JS support. + +function initGun(relays = []) { + return Gun(relays) +}