feat(create-mcfly): use template hosted at sourcehut

This commit is contained in:
Ayo Ayco 2025-01-09 12:06:40 +01:00
parent 00fc0d1e56
commit 8b3f0eec50

View file

@ -104,7 +104,7 @@ async function downloadTemplateToDirectory(directory) {
consola.start(
`Copying template to ${colorize('bold', getSafeDirectory(directory))}...`
)
await downloadTemplate('github:ayoayco/mcfly/templates/basic', {
await downloadTemplate('sourcehut:ayoayco/mcfly/templates/basic', {
dir: directory,
})
} catch (_ㆆ) {