aboutsummaryrefslogtreecommitdiff
path: root/svelte.config.js
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-03-04 20:09:22 +0000
committermat <github@matdoes.dev>2022-03-04 20:09:22 +0000
commit517ca0ac61dc66a5a20cfb0468145ef33e2eefe2 (patch)
tree7d6dd4ce44ece34476377b5e0247961946544c2d /svelte.config.js
parenta8691820aac2e5d1370f467b5b92e792fdc629a7 (diff)
downloadskyblock-stats-517ca0ac61dc66a5a20cfb0468145ef33e2eefe2.tar.gz
skyblock-stats-517ca0ac61dc66a5a20cfb0468145ef33e2eefe2.tar.bz2
skyblock-stats-517ca0ac61dc66a5a20cfb0468145ef33e2eefe2.zip
add icons to inventory tabs
Diffstat (limited to 'svelte.config.js')
-rw-r--r--svelte.config.js8
1 files changed, 5 insertions, 3 deletions
diff --git a/svelte.config.js b/svelte.config.js
index b2099af..e20034a 100644
--- a/svelte.config.js
+++ b/svelte.config.js
@@ -47,9 +47,11 @@ console.log('svelte.config.js');
.then(r => JSON.parse(r).player)
)
)
- await fs.promises.writeFile('src/_donators.json', JSON.stringify(shuffle(donators)), {
- encoding: 'utf8'
- })
+ await fs.promises.writeFile(
+ 'src/_donators.json',
+ JSON.stringify(donators),
+ { encoding: 'utf8' }
+ )
console.log('wrote file!')
})()