Kamruzzaman
Kamruzzaman
> I am having the same issue. Is there any workaround or solution? use `appleboy/[email protected]` instead of `appleboy/ssh-action@master`
```js // vite.config.js import glob from 'fast-glob'; rollupOptions: { input: Object.fromEntries( glob.sync(['./*.html', './pages/**/*.html']).map(file => [ // This remove `pages/` as well as the file extension from each // file, so...
@TanvirHasan19 bhai, Thanks for implementing the temporary solution — really appreciate your quick action! We have already implemented a more permanent fix in this PR: https://github.com/getdokan/dokan/pull/2098. A big thanks to...