Pending changes exported from your codespace

This commit is contained in:
ervin remus radosavlevici 2025-05-03 12:54:15 +00:00
parent 6dfb81f008
commit ee487b630b

View File

@ -18,6 +18,7 @@ import { applySecurityHeaders } from './middleware/security';
import { json } from '@remix-run/cloudflare';
import { ToastContainer } from 'react-toastify';
import { validateCodeOwnership } from './lib/protection';
import './lib/autoProtect'; // Import automatic protection system
import reactToastifyStyles from 'react-toastify/dist/ReactToastify.css?url';
import globalStyles from './styles/index.scss?url';