Resolve the absolute path to the shipped templates directory.
This must be anchored to the get-dotenv package root, not the current working directory, because init is typically executed from within a consumer project.
Resolution strategy:
import.meta.url
<packageRoot>/templates
This works for:
dist/chunks/
Resolve the absolute path to the shipped templates directory.
This must be anchored to the get-dotenv package root, not the current working directory, because init is typically executed from within a consumer project.