François VIDIT

Results 5 comments of François VIDIT

in `package.json`, you could change line: `"build.server": "vite build -c adaptors/cloudflare-pages/vite.config.ts",` ![OIP](https://user-images.githubusercontent.com/14911996/199030675-1777b20d-1365-4c5c-b180-a6b9a63b81f8.jpg) for line: `"build.server": "vite build --ssr src/entry.cloudflare-pages.tsx",` ![OIP2](https://user-images.githubusercontent.com/14911996/199030741-3264f049-2334-4de5-82b1-1033f7caa1c5.jpg) but after that uploading to `cloudflare` gives a no CSS...

thanks! That is how it finally worked for others... : `"lint": "eslint src/**/*.ts*",` ![eslint-problem-on-windows](https://user-images.githubusercontent.com/14911996/198900701-87ed48a7-128d-4871-9589-ab787ef69b58.jpg) I'm sorry because I couldn't figure out that the problem was coming from `package.json` line `lint`...

ADDITION TO PREVIOUS: in `link` styling tags of `head` like following: ``, CSS validator says: `missing type="text/css"`, therefore, it should be: `

I'm sorry, I don't know React well, that why tutorial is problematic to me. I'm not able to re-write the docs but based on the above, it is possible to...

simplesearch is actually pointing to `simplesearch.md` file in `simplesearch.php`. It could point to `simplesearch.current_system_set_languages.md`, that would be it.