fix(Backend css file)
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m16s

This commit is contained in:
2026-02-03 17:02:17 +01:00
parent 173916aaf7
commit eee1bdb509
27 changed files with 995 additions and 195 deletions

View File

@@ -1,13 +1,13 @@
import { wayfinder } from '@laravel/vite-plugin-wayfinder';
import {wayfinder} from '@laravel/vite-plugin-wayfinder';
import tailwindcss from '@tailwindcss/vite';
import react from '@vitejs/plugin-react';
import laravel from 'laravel-vite-plugin';
import { defineConfig } from 'vite';
import {defineConfig} from 'vite';
export default defineConfig({
plugins: [
laravel({
input: ['resources/css/app.css', 'resources/js/app.tsx', 'vendor/andreia/filament-nord-theme/resources/css/theme.css'],
input: ['resources/css/app.css', 'resources/css/backend.css', 'resources/js/app.tsx', 'vendor/andreia/filament-nord-theme/resources/css/theme.css'],
ssr: 'resources/js/ssr.tsx',
refresh: true,
}),