WIP Svelte
This commit is contained in:
parent
38180f8afd
commit
ded0e8e1c8
48 changed files with 3976 additions and 46 deletions
13
atsebayt/svelte.config.js
Normal file
13
atsebayt/svelte.config.js
Normal 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;
|
||||
Reference in a new issue