mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-06-29 04:39:12 +00:00
feat: add new files and configurations for SvelteKit project
This commit is contained in:
parent
6fff848b4b
commit
69ccab8129
23 changed files with 3020 additions and 0 deletions
6
apps/web/vite.config.ts
Normal file
6
apps/web/vite.config.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
import { sveltekit } from '@sveltejs/kit/vite';
|
||||
import { defineConfig } from 'vite';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [sveltekit()]
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue