change for host

This commit is contained in:
2025-11-26 18:40:03 +01:00
parent baacb7cfac
commit abfe6c347a
6 changed files with 1835 additions and 26 deletions

View File

@@ -3,4 +3,9 @@ import react from '@vitejs/plugin-react-swc';
export default defineConfig({
plugins: [react()],
server: {
host: true,
allowedHosts: ['pdftools.add-ideas.de'], // ← ADD THIS
},
});