Attempting to correct previous issues with monorepo structure

This commit is contained in:
luke-hagar-sp
2024-02-01 12:42:36 -06:00
parent 4d8a34f363
commit 0ecfb7161f
122 changed files with 23585 additions and 15321 deletions

View File

@@ -1,19 +0,0 @@
import { vitePreprocess } from '@sveltejs/kit/vite';
import adapter from '@sveltejs/adapter-static';
import preprocess from 'svelte-preprocess';
/** @type {import('@sveltejs/kit').Config} */
const config = {
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
preprocess: [preprocess(), vitePreprocess({})],
kit: {
adapter: adapter({
fallback: 'index.html',
}),
prerender: { entries: [] },
},
};
export default config;