Kamruzzaman

Results 2 comments of 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...