This commit is contained in:
2025-07-30 12:23:43 +02:00
parent 84f8d956fc
commit e611e77128
2 changed files with 19 additions and 4 deletions

View File

@@ -5,9 +5,12 @@ import path from 'path'
// https://vite.dev/config/
export default defineConfig({
plugins: [react(),tailwindcss()],
base: process.env.VITE_APP_BASE_URL || '/',
plugins: [react(), tailwindcss({
config: './tailwind.config.js',
})],
server: {
allowedHosts: ['*','6162370c7e84.ngrok-free.app','092443e84c95.ngrok-free.app'],
allowedHosts: ['919d3b60e744.ngrok-free.app'],
},
resolve: {
alias: {