frontend: Start new interface with svelte
This commit is contained in:
parent
234ce066cf
commit
9fa1ede69c
11 changed files with 1298 additions and 0 deletions
9
frontend/ui/svelte.config.js
Normal file
9
frontend/ui/svelte.config.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = {
|
||||
kit: {
|
||||
// hydrate the <div id="svelte"> element in src/app.html
|
||||
target: '#svelte'
|
||||
}
|
||||
};
|
||||
|
||||
export default config;
|
Reference in a new issue