diff options
author | mat <github@matdoes.dev> | 2022-05-17 16:20:20 +0000 |
---|---|---|
committer | mat <github@matdoes.dev> | 2022-05-17 16:20:20 +0000 |
commit | b6d23f4334eae873e7d32a4d5bb5f8b3a1a67ce5 (patch) | |
tree | c18437319e4b706862895b79b07df6e7c5a066fe /svelte.config.js | |
parent | 8ba9c7090c88c04d43ca727b7ed012cf5a6b58c8 (diff) | |
download | skyblock-stats-b6d23f4334eae873e7d32a4d5bb5f8b3a1a67ce5.tar.gz skyblock-stats-b6d23f4334eae873e7d32a4d5bb5f8b3a1a67ce5.tar.bz2 skyblock-stats-b6d23f4334eae873e7d32a4d5bb5f8b3a1a67ce5.zip |
improved auction price scatterplot
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 23b0e12..222cd8f 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: 3001, + }, + } + : {}, }, } } |