Modernization to celebrate 1.0, and my new Team :)

This commit is contained in:
luke-hagar-sp
2022-12-17 20:46:50 -06:00
parent 77b5d916b5
commit 4b3c7af5f0
41 changed files with 2588 additions and 16277 deletions

View File

@@ -1,10 +1,24 @@
import adapter from '@sveltejs/adapter-vercel';
import adapter from '@sveltejs/adapter-auto';
import preprocess from "svelte-preprocess";
/** @type {import('@sveltejs/kit').Config} */
const config = {
kit: {
adapter: adapter()
}
},
preprocess: [
preprocess({
postcss: true,
}),
],
vitePlugin: {
experimental: {
inspector: {
holdMode: true,
}
}
}
};
export default config;