nimblehq / infrastructure-templates

For IaaS and PaaS as codes
MIT License
10 stars 0 forks source link

[#219] Fix: Cannot use 'import.meta' outside a module #221

Closed hoangmirs closed 11 months ago

hoangmirs commented 12 months ago

What happened 👀

Insight 📝

This was a bug when upgrading the OCLIF library, as we were using the ES module syntax in the code. You can check the #219 content to get more details.

Proof Of Work 📹

Try publishing and it works: npx @nimblehq/infra-template@2.0.2-beta.4 generate demo-project

image