Actualiser vite.config.js
Deploy to home / deploy (push) Failing after 1s

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