Alex

Results 30 comments of Alex

@pi0 Thanks for feedback. Yes, cron has never closed before. The new version v1.4.0 adds Nito hook Graceful Shutdown. In which all tasks will be shutdown. I think that's enough...

hybrid build / prerendering - works as it should. I process such builds separately

✅ Graceful Shutdown ✅ Processing hybrid build / prerendering What else is missing? Maybe I don't understand something 😒

@sindresorhus hi, I added code that solves this error, please have a look at it https://github.com/sindresorhus/conf/pull/193

Hi, I've been thinking about it. As soon as I have time I will definitely add this set of icons

Okay, I'll try it soon. Just a quick question. Are there plans to add `import.meta` support from `vite` to `builder`? Very handy interface, right now it's just an empty object...

Hi, the idea is not a bad one, especially when you add a lot of apps. I will definitely think about how best to implement it

Faced the same problem, I need the layer to generate `.nuxt` for itself. I was able to understand that the module [module.ts](https://github.com/nuxt/nuxt/blob/main/packages/nuxt/src/imports/module.ts) is used for generation. It needs a nuxt...

I made a module that solves this problem https://github.com/hywax/nuxt-layers-prepare The description says that this is a temporary solution until this functionality is added to the kernel.