Move new ui to ui directory
This commit is contained in:
parent
bb72c351ac
commit
f85758ef33
56 changed files with 0 additions and 0 deletions
13
ui/svelte.config.js
Normal file
13
ui/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