We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e4137 commit 2645711Copy full SHA for 2645711
1 file changed
packages/create-wapi-app/src/create-bot.ts
@@ -62,7 +62,7 @@ export async function createWhatsappBot(options: {
62
const deno = packageManagerInUse === PackageManagerEnum.Deno;
63
await cp(
64
new URL(
65
- path.resolve(`./template/${deno ? "Deno" : isTypescriptEnabled ? "typescript" : 'javascript'}`),
+ `../../template/${deno ? "Deno" : isTypescriptEnabled ? "typescript" : 'javascript'}`,
66
import.meta.url,
67
),
68
root,
0 commit comments