Update structure and clean data

This commit is contained in:
schooltechx 2023-04-04 12:38:01 +07:00
parent 466ecf5981
commit 3edde43c25
7 changed files with 33 additions and 20 deletions

View file

@ -2,7 +2,6 @@
import adapter from '@sveltejs/adapter-node';
import preprocess from 'svelte-preprocess';
import { vitePreprocess } from '@sveltejs/kit/vite';
/** @type {import('@sveltejs/kit').Config} */
const config = {
// Consult https://kit.svelte.dev/docs/integrations#preprocessors
@ -13,7 +12,6 @@ const config = {
postcss: true
})
],
kit: {
// adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.
@ -22,5 +20,4 @@ const config = {
adapter: adapter()
}
};
export default config;