add:db migration to dockerbuild and edit origin url

This commit is contained in:
2025-12-16 14:18:30 +01:00
parent 0c1c9d202d
commit deebeb056f
7 changed files with 47 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ import { defineConfig } from 'vite';
export default defineConfig({
plugins: [tailwindcss(), sveltekit()],
preview: { allowedHosts: ['ziasvannes.tech'] },
preview: { allowedHosts: ['zias.be'] },
build: {
target: 'es2020',
cssCodeSplit: true