create-pluto 0.0.1-alpha.1 → 0.0.1-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -57,7 +57,7 @@ if (fs.existsSync(`${cwd}/nuxt.config.ts`)) {
|
|
|
57
57
|
}
|
|
58
58
|
log.success("Configuration successful! Proceeding with setup...");
|
|
59
59
|
s.start("Downloading Pluto template...");
|
|
60
|
-
const { source } = await downloadTemplate("gh:plutocms/pluto-
|
|
60
|
+
const { source } = await downloadTemplate("gh:plutocms/pluto-supabase-shop-template", { dir: templatePath });
|
|
61
61
|
log.info(`Template downloaded from ${source}`);
|
|
62
62
|
const envPath = `${cwd}/${templateDir}/.env`;
|
|
63
63
|
const envVars = { PLUTO_WEBSITE_TITLE: websiteTitle?.toString() ?? "" };
|