feat(vite): add allowedHosts configuration for server access

This commit is contained in:
NicolasCantu 2025-11-26 13:16:49 +01:00
parent 584735ca02
commit 6f508b4b8b

View File

@ -7,6 +7,7 @@ export default defineConfig({
server: {
port: 3003,
host: '0.0.0.0', // Permet l'accès depuis l'extérieur (Docker/Réseau)
allowedHosts: ['dev2.4nkweb.com'],
proxy: {
// Proxy pour le stockage
'/storage': {