implemented core stores

This commit is contained in:
2024-02-07 14:35:04 +01:00
parent b9b0fde520
commit 00df98233d
23 changed files with 2283 additions and 2 deletions

7
ui/vite.config.ts Normal file
View File

@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import { svelte } from '@sveltejs/vite-plugin-svelte'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [svelte()],
})