Trying to get things ready for production.
The following line:
const res: Response = await fetch(import.meta.env.VITE_BACKEND_FQDN + admin/unban/${id}, {
Says that under import.meta there is no object env, and my LSP server says that only url is there.
I've read some threads of StackOverflow and tried different solutions (like https://github.com/vitejs/vite/issues/9539) without success.
Any idea?