Initial
This commit is contained in:
commit
43c120df4c
26 changed files with 3265 additions and 0 deletions
9
vite.config.js
Normal file
9
vite.config.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import { sveltekit } from '@sveltejs/kit/vite';
|
||||
import { defineConfig } from 'vite';
|
||||
|
||||
// The WS server address is configured at runtime in the UI (persisted in
|
||||
// localStorage), so no dev proxy is needed — the dashboard talks to the
|
||||
// configured host directly.
|
||||
export default defineConfig({
|
||||
plugins: [sveltekit()],
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue