WIP Svelte

This commit is contained in:
nemunaire 2021-11-18 12:12:28 +01:00
commit ded0e8e1c8
48 changed files with 3976 additions and 46 deletions

13
atsebayt/svelte.config.js Normal file
View file

@ -0,0 +1,13 @@
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(),
kit: {
}
};
export default config;