Concerning the file `vite.config.js`: ```js proxy: { // eslint-disable-next-line no-useless-escape '^(.+)\\.php': 'http://localhost:8000/', } ```