هذا الالتزام موجود في:
Your Name
2025-10-05 16:27:15 +00:00
الأصل d1d7c484c6
التزام 9c254e0a37
11 ملفات معدلة مع 41 إضافات و25 حذوفات

عرض الملف

@@ -1,19 +1,19 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// // https://vite.dev/config/
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
})
// /** @type {import('tailwindcss').Config} */
// export default {
// content: [
// "./index.html",
// "./src/**/*.{js,ts,jsx,tsx}",
// ],
// theme: {
// extend: {},
// },
// plugins: [react()],
// }
css: {
postcss: './postcss.config.js',
},
build: {
outDir: 'dist',
},
base: './',
server: {
allowedHosts: [
'.ghaymah.systems', '.free.pinggy.link' // Allow all subdomains of ghaymah.systems
]
}
})