Actualiser vite.config.jsx
Deploy to home / deploy (push) Failing after 4s

This commit is contained in:
cvancau
2026-08-09 16:22:01 +02:00
parent d55a327584
commit 589275bada
-11
View File
@@ -1,11 +0,0 @@
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
export default defineConfig({
plugins: [react()],
base: './',
server: {
port: 4321,
host: '0.0.0.0'
}
});