If I am making a Astro Template for use with npm create astro@latest -- --template <mytemplate> can I add my own interactive prompts/questions to the install script? How do I hook in?
right now I am doing a post install script asking my template users to run pnpm run template:init, but I'm not even sure my package.json will be preserved when installed via --template (haven't tested it yet, nor do I know if you need to get your template added to the template repo first)
