reservations applyable, fixed folder views, checkmarks

This commit is contained in:
Karlsson
2025-11-22 13:00:24 +01:00
parent a3a001d8e1
commit 74537558a8
15 changed files with 434 additions and 137 deletions

View File

@ -1,6 +1,6 @@
import tailwindcss from '@tailwindcss/vite';
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig, UserConfig } from 'vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [tailwindcss(), sveltekit()],
@ -9,7 +9,5 @@ export default defineConfig({
},
server: {
origin: 'https://el.inv.fasttube.de',
host: '0.0.0.0',
port: 443
},
});