diff options
author | mat <github@matdoes.dev> | 2022-05-16 15:36:06 +0000 |
---|---|---|
committer | mat <github@matdoes.dev> | 2022-05-16 15:36:06 +0000 |
commit | 8ba9c7090c88c04d43ca727b7ed012cf5a6b58c8 (patch) | |
tree | 191998803aefe0311091ae78ffcc20511683c7a6 /svelte.config.js | |
parent | cd9748e59f1dd9ef31afb22195b8d5a1346ec5c3 (diff) | |
download | skyblock-stats-8ba9c7090c88c04d43ca727b7ed012cf5a6b58c8.tar.gz skyblock-stats-8ba9c7090c88c04d43ca727b7ed012cf5a6b58c8.tar.bz2 skyblock-stats-8ba9c7090c88c04d43ca727b7ed012cf5a6b58c8.zip |
start adding really basic tooltip
Diffstat (limited to 'svelte.config.js')
-rw-r--r-- | svelte.config.js | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/svelte.config.js b/svelte.config.js index b4cc10d..23b0e12 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -42,15 +42,15 @@ const config = { }, }, // if the user is on replit or gitpod, use a secure websocket - server: - process.env.REPL_ID || process.env.GITPOD_WORKSPACE_ID - ? { - hmr: { - protocol: 'wss', - port: 443, - }, - } - : {}, + // server: + // process.env.REPL_ID || process.env.GITPOD_WORKSPACE_ID + // ? { + // hmr: { + // protocol: 'wss', + // port: 443, + // }, + // } + // : {}, }, } } |