diff options
author | mat <github@matdoes.dev> | 2022-02-21 00:56:55 -0600 |
---|---|---|
committer | mat <github@matdoes.dev> | 2022-02-21 00:56:55 -0600 |
commit | 34fcffb95db91bc1db80a00af4cf9d1007a9f575 (patch) | |
tree | 79b770b455b7468de31eded91da0d45fc172fd9f /svelte.config.js | |
parent | 13e5974114f759bae73f3bfd68c62ce9cfaf785e (diff) | |
download | skyblock-stats-34fcffb95db91bc1db80a00af4cf9d1007a9f575.tar.gz skyblock-stats-34fcffb95db91bc1db80a00af4cf9d1007a9f575.tar.bz2 skyblock-stats-34fcffb95db91bc1db80a00af4cf9d1007a9f575.zip |
add minions and loader thing
Diffstat (limited to 'svelte.config.js')
-rw-r--r-- | svelte.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svelte.config.js b/svelte.config.js index 056d7f0..c9ad951 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -1,4 +1,4 @@ -// import adapter from '@sveltejs/adapter-node' +// import adapter from '@sveltejs/adapter-static' import adapter from '@sveltejs/adapter-node' // import adapter from '@sveltejs/adapter-vercel' import preprocess from 'svelte-preprocess' |